direct IO on fedora 11
guy keren
choo at actcom.co.il
Sun Dec 13 19:00:47 IST 2009
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
> Linux-il at cs.huji.ac.il
> 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
More information about the Linux-il
mailing list