Dan Bar Dov wrote:
Anybody know where is the raw(1) command in fedora11?
I want to do some direct IO tests, and cannot find raw(1).
Maybe I'm missing an rpm, but which? yum fails to locate it.

Ideas?
Dan


------------------------------------------------------------------------

_______________________________________________
Linux-il mailing list
[email protected]
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il

'raw' is deprecated. applications should open files/block-devices using O_DIRECT - and they will achieve the same effect (and will have to use properly sized and aligned I/O buffers).

--guy

_______________________________________________
Linux-il mailing list
[email protected]
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il

Reply via email to