thechris Veteran

Joined: 12 Oct 2003 Posts: 1203
|
Posted: Sat Sep 18, 2004 10:30 pm Post subject: mount all sessions of multisession cd |
|
|
i need to mount session 1 of a cd because it has important work files.
eee root /home/chris # mount /dev/cdroms/cdrom1 /mnt/cdrom -t iso9660 -o session=1 && ls /mnt/cdrom && umount /mnt/cdrom
mount: block device /dev/cdroms/cdrom1 is write-protected, mounting read-only
mount: wrong fs type, bad option, bad superblock on /dev/cdroms/cdrom1,
or too many mounted file systems
session 0 works (giving non-work files...)
session 1 fails!
need help here, how do i fix this and more importantly why isn't it set up to read all sessions by default? |
|