Hi, On Sat, Apr 15, 2000 at 12:32:50PM +0200, Benno Senoner wrote: > On Sat, 15 Apr 2000, Paul Barton-Davis wrote: > > >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 ? It's fundamentally impossible. The concepts are orthogonal. There are four separate ways of getting access to a block device driver. You can use a block device in /dev. You can use a raw IO device in /dev/raw/ if you have a kernel which supports it. You can use the swap code to access it as a swap partition. Or, finally, you can use the filesystem code to access it as a filesystem. The same device driver is used underneath in each case. Running ext2 over a character mode device simply doesn't make sense: it's the same device driver underneath, the behaviour wouldn't be any different. --Stephen
- [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
- Re: [Fwd: [linux-audio-dev] info point on linu... Benno Senoner
- Re: [Fwd: [linux-audio-dev] info point on ... Stephen C. Tweedie
- Re: [Fwd: [linux-audio-dev] info point... Paul Barton-Davis