On Tue, 15 Jan 2002 09:03,Robert Hemus scribed:
> I know Lonnie is going to be pissed at my ignorance but,
>
> I think I have scsi_mod, sg, SR_mod, and ide_scsi installed correctly
> 'cause when I boot up they go by OK. Here is my /etc/fstab
>
> devpts /dev/pts devpts gid=5,mode=620 0 0
> /proc /proc proc defaults 0 0
> #/dev/cdrom /mnt/cdrom iso9660 ro,user,noauto,exec 0 0
> /dev/cdrom /mnt/sr0 iso9660 roo,user,noauto,exec 0 0
> /dev/fd0 /mnt/floppy auto defaults,user,noauto 0 0
> /dev/hdb1 / ext2 defaults 1 1
> /dev/hdb2 swap swap defaults 0 0
> /dev/hda1 /mnt/hda1 vfat ro 0 0
>
> I'm confused about "Change the link to point to the appropriate scsi
> cdrom device".  Did I do it right?  Not like this </dev/cdrom /mnt/sr0
> iso9660 roo,user,noauto,exec 0 0> ?  It doesn't work!
> My CDRW Automounts and mounts when I click the icon. When I try to mount
> it in a console I get
> mount: can't find /mnt/cdrom in /etc/fstab or /etc/mtab
> Or
> mount: block device /dev/cdrom is write-protected, mounting read-only
> mount: mount point /mnt/sr0 does not exist

I a possibly late with this but your /etc/fstab is wrong:
#1 /dev/cdrom /mnt/sr0 iso9660 roo,user,noauto,exec 0 0 (this line is wrong 
and should read) /dev/sr0 /mnt/xxxxx where xxxx is the mountpoint such as 
'cdrw' or 'cdrecorder' etc. Also its ro, not roo,
#2 /dev/hda1 /mnt/hda1 vfat ro 0 0 (would like to see ro,noauto,user 0 0 in 
here)

Thius might help if not too late
-- 
Keith Antoine aka 'skippy'
18 Arkana St, The Gap, Queensland 4061 Australia PH:61733002161
Retired Geriatric, Sometime Electronics Engineer, Knowall, Brain in storage

_______________________________________________
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users

Reply via email to