>PS: Does anyone know how to make a RAW I/O device on a spare disk partition, >and then put an ext2 over it (running the whole partition in RAWIO mode) ? >Is that possible ? I don't think so. The point of raw i/o is to provide character device-like access to a device that would otherwise be a block device with i/o through the buffer cache. Since all file systems under Linux use the buffer cache, "putting ext2" over a "raw i/o partition" makes no semantic sense to me. The buffer cache usage comes because ext2 is a file system, not because of the kind of underlying device that its data resides on. You could create an implementation of ext2 that used video RAM as the storage medium, and access from user space would still be via the buffer cache *because its going via a filesystem*. At least, thats my understanding. --p
- [Fwd: [linux-audio-dev] info point on linux hdr] Andrew Clausen
- Re: [Fwd: [linux-audio-dev] info point on linux hd... Benno Senoner
- Re: [Fwd: [linux-audio-dev] info point on linu... Paul Barton-Davis
- Re: [Fwd: [linux-audio-dev] info point on ... Benno Senoner
- Re: [Fwd: [linux-audio-dev] info point... Paul Barton-Davis
- Re: [Fwd: [linux-audio-dev] info point... Stephen C. Tweedie
- Re: [Fwd: [linux-audio-dev] info ... Benno Senoner
- Re: [Fwd: [linux-audio-dev] i... Stephen C. Tweedie
- Re: [Fwd: [linux-audio-dev] info point on linux hd... Andi Kleen
- Re: [Fwd: [linux-audio-dev] info point on linu... Paul Barton-Davis
- Re: [Fwd: [linux-audio-dev] info point on linu... Theodore Y. Ts'o
- Re: [Fwd: [linux-audio-dev] info point on linux hd... Eric W. Biederman
- Re: [Fwd: [linux-audio-dev] info point on linux hd... Stephen C. Tweedie