> I tried > mount -t iso9660 -o session=1 /dev/cdrom /mnt/cdrom > and received an error. If I change session to 0 2 3 4 ... the cd > mounts and I get a list of the same files. Actually what you can do instead of the 'dd' command use that I send earlier is to use: cdrecord -msinfo to get the sector info and then try mount -t iso9660 -o sbsector=xxx /dev/cdrom /mnt/cdrom where "xxx" is the sector number you will read off for the second session from cdrecord command. If that doesn't work either try to 'dd' the session to a file.