Re: Direck IO on SCSI Disk

Alan Cox (alan@lxorguk.ukuu.org.uk)
26 Mar 2003 17:00:41 +0000


On Wed, 2003-03-26 at 14:37, Akhilesh wrote:
> more SCSI disks attached to it. In order to build our own filesystem I
> need to do direct writing/reading in the SCSI disk bypassing all the
> kernel level buffering.
>
> Could you please suggest some information as how to go about it.

A Linux file system doesn't have to use the page cache Linux provides, so
in theory there is no reason it cannot be done. Two obvious examples to
look at are OCFS (oracle's GPL'd cluster fs) and OpenGFS (opengfs.sourceforge.net)

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/