You are not logged in.

#1 2007-08-01 05:23:06

thayer
Fellow
From: Vancouver, BC
Registered: 2007-05-20
Posts: 1,560
Website

mount: wrong fs type, bad option, bad superblock on /dev/dvd

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

#2 2007-08-01 07:33:38

wuischke
Member
From: Suisse Romande
Registered: 2007-01-06
Posts: 630

Re: mount: wrong fs type, bad option, bad superblock on /dev/dvd

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

#3 2007-08-01 21:25:58

thayer
Fellow
From: Vancouver, BC
Registered: 2007-05-20
Posts: 1,560
Website

Re: mount: wrong fs type, bad option, bad superblock on /dev/dvd

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

Board footer

Powered by FluxBB