How to enable raw i/o on partition (e.g. /dev/hdc1, non block device)
So I have a handle to a block device, /dev/hdc1, and I'm trying to somehow force the mode of the handle to raw instead of buffered. I know its buffered because with DD I can write an odd sized block, and with my sata analyzer I don't see an immediate commit.
?
Thanks,
-Jason
|