Am Dienstag, 17. Dezember 2002 00:40 schrieb Jason Farmer:
Well,
That worked. Now is there a way to make this automatic? Can I edit fstab to allow for this format? Is it because the CD uses 2 different file systems so I have to tell it which one I'm interested in?
Thanks for the help so far, at least I can now mount the CD.
Regards
Jason
Am Montag, 16. Dezember 2002 01:32 schrieb Jason Farmer:
OK, my CD Writer works perfectly, can be seen by all applications that need to and can access every type of disk I have apart from these disks which appear to be multi session.
Does anyone know if there's a change I need to make to my fstab file to allow me to use multi session disks. By multi session I mean disks with CD Audio and Data tracks on them. Maybe I'm using the wrong terminology, but that's what I mean anyway.
Any clues?
I'm using SuSE 8.0
Jason
I had the same problem. When expicitly adding the FS-type it was possible to mount. So try
mount /dev/cdrecorder /media/cdrecorder -t iso9660
You need to be root.
Ralf
Hi Jason. I didn't tried that, but it should work. Change your fstab like this: /dev/scd0 /media/cdrom auto ro,noauto,user,exec 0 0 /dev/scd0 /media/isocd iso9660 ro,noauto,user,exec 0 0 /dev/scd0 /media/udfcd udf ro,noauto,user,exec 0 0 With mount /media/isocd or mount /media/udfcd even a user should be able to mount the cd. If you have a data cd (single or multisession) still use mount /media/cdrom. Tell us if you get that running. Ralf