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/