LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   mount: /dev/cdrom is not a valid block device (https://www.linuxquestions.org/questions/slackware-14/mount-dev-cdrom-is-not-a-valid-block-device-185445/)

FXRS 05-24-2004 09:25 PM

mount: /dev/cdrom is not a valid block device
 
I get this error when I try and mount my cdrom.

If I do ls -la /dev/cdom I get this.

joe@laptop:/usr/src/linux-2.6.6$ ls -la /dev/cdrom
lrwxrwxrwx 1 root root 8 May 22 18:46 /dev/cdrom -> /dev/sr0

My fstab....

dev/cdrom /mnt/cdrom iso9660 noauto,user,ro 0 0


I have a cdrom/rw dvdplayer/burner all in one multi drive.

Any ideas on what to do.

Thanks ahead of time

FX

ringwraith 05-24-2004 09:48 PM

First I assume you are passing in your /etc/lilo.conf
append="hdc=ide-scsi" or whatever hdx should be for you.
Second this isn't an audio device or some other disc that you can not mount is it?

FXRS 05-24-2004 11:32 PM

I was a bas sym link.

Thanks to Sandman1 and others in #slackware they where able to help me.

Commands that made it work....

rm /dev/cdrom

ln -s /dev/hdc /dev/cdrom

Thanks guys.

FX


All times are GMT -5. The time now is 09:01 AM.