[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: cdrom - driver not present



On Sun, 2003-04-13 at 12:03, Linux wrote:
> Jerome asked:
>  
> > What kernel are you using?
> 	2.4.18-bf2.4
> 
> > What is /dev/cdrom linked to?
> 	hdd
> 
> > What does /var/log/dmesg say about your cdrom and hdd?
> 	hdd==ide-scsi
> 	hdd: YAMAHA CRW2100E, ATAPI CD/DVD-ROM drive
Yeah, your /dev/cdrom symlink is wrong now.  If you do an ls -l /dev |
grep cdrom now youll notice its pointing to /dev/hdd when it should
probably be pointing to /dev/scd0.  Try:
mount -t iso9660 -o ro /dev/scd0 /cdrom 
as root and if that works just
rm -f /dev/cdrom && ln -s /dev/scd0 /dev/cdrom 
after that you should be able to mount and unmount your cdrom
correctly.  


-- 
Scott Henson <debian-list@silvercoin.dyndns.org>



Reply to: