Newbie

Mark Weaver mdw1982 at mdw1982.com
Fri Dec 24 14:12:54 UTC 2004


Mehdi Bouhalassa wrote:
> Look what I have...
> 
> [root at iq mehdi]# mount -t iso9660 /dev/hdc /media/cdrecorder
> 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
> 
> 
> And here's my FSTAB file :
> 
> LABEL=Linux             /                       ext3    defaults        1 1
> none                    /dev/pts                devpts  gid=5,mode=620  0 0
> none                    /dev/shm                tmpfs   defaults        0 0
> none                    /proc                   proc    defaults        0 0
> none                    /sys                    sysfs   defaults        0 0
> /dev/hdd                /media/cdrom            auto 
> pamconsole,fscontext=system_u:object_r:removable_t,ro,exec,noauto,managed 
> 0 0
> /dev/hdc                /media/cdrecorder       auto 
> pamconsole,fscontext=system_u:object_r:removable_t,ro,exec,noauto,managed 
> 0 0
> /dev/fd0                /media/floppy           auto 
> pamconsole,fscontext=system_u:object_r:removable_t,exec,noauto,managed 0 0
> /dev/sda1 /mnt/windows vfat  defaults 0 0
> /dev/sda2 /mnt/windows vfat  defaults 0 0
> /dev/sda3 /mnt/windows vfat  defaults 0 0
> /dev/sda4 /mnt/windows vfat  defaults 0 0
> /dev/sda5 /mnt/windows vfat  defaults 0 0
> 

well, since your hard drives are seen as scsi, then it could be a safe 
bet that your CDRW drive is seen as scsi as well. Try using "/dev/sdc" 
in place of /dev/hdc in your fstab and see if you're able to mount the 
device.

mount -t iso9660 /dev/sdc /media/cdrecorder

-- 
Mark

"If you have found a very wise man, then you've found
a man that at one time was an idiot and lived long enough
to learn from his own stupidity."




More information about the users mailing list