Issuing IO to devices #335
lundman
started this conversation in
Development
Replies: 1 comment
-
It uses I am unsure how it locks the device from other things making changes to it while it is "opened". |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So in ZFS we use
ZwCreateFile()
and standardReadFile()
to issue IO to disks. This is fairly mundane.Interesting to note that winbtrfs does nothing of the kind. Looks like he opens device handles, .. and... somethingsomething to issue IO. What are the pro/con there.
Beta Was this translation helpful? Give feedback.
All reactions