Re: audio fs emulation

Dan Hollis (goemon@sasami.anime.net)
Mon, 26 Apr 1999 14:47:37 -0700 (PDT)


On 26 Apr 1999, Miquel van Smoorenburg wrote:
> 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

What about the case where the cdrom has a partition table with ext2fs on
it?

Note that im advocating multiple mounts not just for audiofs but for any
fs. Having a filesystem appear at multiple mount points could be useful
(where you dont want to use symlinks).

-Dan

-
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/