no cd on startup

Andy Boersma andy at boersma.ca
Sat Jan 2 22:46:58 UTC 2010


Hi Tom,

Something is wrong here.

you have

/dev/scd1 /media/cdrom1 auto users,utf8,atime,auto,rw,dev,exec,suid 0 0
/dev/scd0 /media/cdrom1 udf,iso9660 
/dev/scd0 /media/cdrom0 auto users,utf8,atime,auto,rw,dev,exec,suid 0 0


Totally confusing the setup, /dev/scd0 has cdrom 0 and 1 assigned

I would suggest deleting the 1st /dev/scd0 line
and make it look like this, then reboot.

/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
/dev/scd1 /media/cdrom1 udf,iso9660 user,noauto,exec,utf8 0 0


edit the file with

sudo gedit /etc/fstab

Good luck and a happy new year.

Andy



Tom Daly wrote:
> Andy Boersma wrote:
>
>   
>> Check your /etc/fstab entries for the CD/DVD drives.
>> It should look something like this
>> /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
>> if any error here the CDs will try to mount and will hang until a timeout.
>>     
>
> unfortunately, I wouldn't recognize "any error here" if it bit me on the 
> leg ...
> this is what there is:
>
> # /etc/fstab: static file system information.
> #
> # <file system> <mount point>   <type>  <options>       <dump>  <pass>
> proc /proc proc defaults 0 0
> # /dev/sda2
> UUID=9170b01a-feb2-417e-bcf0-4b9f96e623e6 / ext3 
> nouser,relatime,errors=remount-r$
> /dev/scd1 /media/cdrom1 auto users,utf8,atime,auto,rw,dev,exec,suid 0 0
> /dev/scd0 /media/cdrom1 udf,iso9660 
> user,utf8,atime,noauto,rw,dev,exec,suid 0 0
> /dev/scd0 /media/cdrom0 auto users,utf8,atime,auto,rw,dev,exec,suid 0 0
> # /dev/sdb1 /media/sdb1 auto users,atime,auto,rw,nodev,noexec,nosuid 0 0
> /dev/sdb1 /media/sdb1 auto auto,user,exec,rw,async,suid 0 0
> /dev/sdc1 /media/sdc1 auto users,atime,auto,rw,nodev,noexec,nosuid 0 0
> /dev/sdb5 <mount\040point> swap noauto 0 0
>
>   

-- 
Andy Boersma
andy at boersma.ca
(647) 244-2460





More information about the ubuntu-ca mailing list