You are not logged in.
I think this may have to do with the recent updates (initscripts?) but I noticed today that whenever I automount a CD-ROM using HAL and the thunar volume manager, I get the following error:
Failed to mount "Insert Disc Name Here".
mount: wrong fs type, bad option, bad superblock on /dev/dvd,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so.
My fstab entries are default:
/dev/cdrom /mnt/cdrom iso9660 ro,user,noauto,unhide 0 0
/dev/dvd /mnt/dvd udf ro,user,noauto,unhide 0 0
I've confirmed that this happens with any CD-ROM. If I mount from a shell as root, it works fine.
thayer williams ~ cinderwick.ca
Offline
It will try to mount /dev/dvd with udf, even though it is a cd with iso9660.
If you do not mind using only one mount point, then comment one of the two line and change the fstype of the other to "iso9660,udf" or "auto".
Offline
Thanks, I just commented out both of them and let HAL sort it out... works fine now, but I'm wondering why this changed over night. Are some new policies coming with 2007.08 perhaps?
thayer williams ~ cinderwick.ca
Offline