Filippos wrote:
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.
Well I tried this and still go no where.
"cdrecord -msinfo" returned "0,359234"
"mount -t iso9660 -o sbsector=0 /dev/cdrom /mnt/cdrom"
Allowed me to see the files that I normally see.
"mount -t iso9660 -o sbsector=359234 /dev/cdrom /mnt/cdrom"
Returns.
"mount: block device /dev/cdrom is write-protected, mounting read-only
mount: wrong fs type, bad option, bad superblock on /dev/cdrom,
or too many mounted file systems"
When time permits, I am going to find out how these files were recorded.
--
Robin Laing