On Tue, 25 Apr 2006 20:15:51 -0400
Brad Parker <brad at heeltoe.com> wrote:
To my
amazement, I discovered
that linux does not have a raw disk I/O capability by default.
I'm not sure how
you came to that conclusion,
The Linux /dev/hda device is a _block_ device. Data
read from / written
to that device goes through the buffer cache. Such devices are not
considered "raw". There is no corresponding _character_ device
/dev/rhda, that bypasses the buffer cache. These unbuffered character
devices are the "raw" devices.
--
tsch??,
Jochen
Homepage:
http://www.unixag-kl.fh-kl.de/~jkunz/