Comment 3 for bug 9529

Revision history for this message
Craig Falls (cfalls) wrote :

(In reply to comment #1)
> Hi!
>
> (In reply to comment #0)
> > > pmount /dev/hdc
> > mount: block device /dev/hdc is write-protected, mounting read-only
> > mount: wrong fs type, bad option, bad superblock on /dev/hdc,
> > or too many mounted file systems
> > Error: mount failed
>
> In case /dev/hdc is a CD-ROM, this is a known bug (#2543), which is already
> fixed in the Hoary version.

Sorry for the duplicate. It is a CD-ROM.

>
> > > mount /dev/hdc /media/hdc
> > mount: block device /dev/hdc is write-protected, mounting read-only
> > (Icons appear in Disks folder, etc)
>
> Do you do this as root?

I executed all commands as root. The results are the same if I'm myself using sudo.

>
> Can you please show me your /etc/fstab?

Sure, I have changed it a lot in light of these problems:
/dev/hda9 / ext3 noatime 1 2
/dev/hda7 /var ext3 noatime 1 2
/dev/hda6 /home/cfalls ext3 noatime 1 2
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
none /proc/bus/usb usbdevfs defaults 0 0
/dev/hdb1 /windows vfat rw,noauto,umask=002 0 0
/dev/hda8 swap swap defaults 0 0
#/dev/fd0 /mnt/floppy auto user,rw,noauto 0 0
#/dev/hdc /mnt/cdrom udf,iso9660 user,ro,noauto 0 0
#/dev/hdd /mnt/zip auto user,rw,noauto 0 0
#/dev/sda1 /mnt/usbstick vfat user,noauto,umask=0 0 0

>
> > A related problem is that CDs, usb keys, etc are never automatically mounted for
> > me, but can be mounted manually using "mount".
>
> You mean with "mount" executed as root (or with sudo)?
>

Yes. If I insert a disk, it is not mounted. Executing "mount /dev/hdc
/media/hdc" as root or using sudo works.