
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tlug] mount: /dev/cdrom is not a valid block device
On Fri, Jul 11, 2003 at 05:41:48PM +0900, Shawn wrote:
> >On RH8.0 my cdrom stopped functioning with a "mount: /dev/cdrom" is not a
> >valid block device error message.
/dev/cdrom is usually a symbolic link to your real CD-ROM
drive. 'ls -l /dev/cdrom' should show it linked to something
like /dev/scd0 (Was yours a link to an early CD-ROM, not CD-RW
drive?)
> >To make sure that my system is finding your cdrom drive when it boots.
> >I did dmesg | less which showed me that it was "hdc: SONY CD-RW CRX140E,
> >ATAPI CD/DVD-ROM drive", but also gave me a "hdc: driver not present"
> >message.
Mine looks like:
hdc: attached ide-scsi driver.
scsi0 : SCSI host adapter emulation for IDE ATAPI devices
Vendor: CDWRITER Model: IDE1610 Rev: 0.21
Type: CD-ROM ANSI SCSI revision: 02
> any idea how to check if SCSI-emulation is loaded and or working properly
> (if it's a module I am guessing that can be done)
>
> kernel /vmlinuz-2.4.18-27.8.0 ro root=LABEL=/ hdc=ide-scsi
> initrd /initrd-2.4.18-27.8.0.img
With a modular kernel, try 'lsmod' and looking for modules like:
ide-scsi 12016 0
scsi_mod 106584 3 [sg sr_mod ide-scsi]
ide-cd 35424 0
cdrom 33216 0 [sr_mod ide-cd]
--
Jim Tittsler GPG: 0x01159DB6
Kanto Computer Calendar http://www.OnJapan.net/calendar/
Python Starship http://Starship.Python.net/
Home |
Main Index |
Thread Index