No, Linux doesn't have (and AFAIK never had) those block/char pairs.
If you want to do "raw" i/o (bypass the block buffer cache) you should either open the device with `O_DIRECT` or explicitly attach a raw device to it.
No, Linux doesn't have (and AFAIK never had) those block/char pairs.
If you want to do "raw" i/o (bypass the block buffer cache) you should either open the device with `O_DIRECT` or explicitly attach a raw device to it.