Re: audio fs emulation

Miquel van Smoorenburg (miquels@cistron.nl)
26 Apr 1999 16:26:25 +0200


In article <cistron.Pine.LNX.4.10.9904260411550.18097-100000@sasami.anime.net>,
Dan Hollis <goemon@sasami.anime.net> wrote:
>How about just allowing mounting the device twice. (This would be nice for
>a variety of reasons actually, not just audiofs)
>Then the user can put anything they want anywhere they want.

Can't you just let the CD driver show different sessions as different
partitions?

>mount -t iso9660 /dev/hdc /mnt/cdrom0
>mount -t audiofs /dev/hdc /mnt/audio

That would become:

mount -t audiofs /dev/hdc1 /mnt/audio
mount -t iso9660 /dev/hdc2 /mnt/cdrom0

Mike.

-- 
Indifference will certainly be the downfall of mankind, but who cares?

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