-
Can't mount cdrom on hdinstall
Hi,
I'm a bit of a linux n00b running knoppix 3.4 hdinstalled onto a Dell Inspiron 1100. When I try to mount my cdrom drive, I get this error:
root@laptop:/# mount /dev/cdrom
mount: special device /dev/cdrom does not exist
I'll post the output from /etc/fstab:
root@laptop:/# cat /etc/fstab
# /etc/fstab: filesystem table.
#
# filesystem mountpoint type options dump pass
/dev/hdc5 / ext3 defaults,errors=remount-ro 0 1
proc /proc proc defaults 0 0
/dev/fd0 /floppy vfat defaults,user,noauto,showexec,umask=022 0 0
usbdevfs /proc/bus/usb usbdevfs defaults 0 0
sysfs /sys sysfs defaults 0 0
/dev/dvd /dvd iso9660 defaults,ro,user,noexec,noauto 0 0
/dev/cdaudio /cdaudio iso9660 defaults,ro,user,noexec,noauto 0 0
# Added by KNOPPIX
/dev/hdc1 /mnt/hdc1 vfat noauto,users,exec,umask=000 0 0
# Added by KNOPPIX
/dev/hdc2 /mnt/hdc2 ntfs noauto,users,exec,ro,umask=000 0 0
# Added by KNOPPIX
/dev/hdc6 none swap defaults 0 0
/dev/cdrom /cdrom iso9660 defaults,ro,user,noexec,noauto
Anyone have any ideas?
Thanks,
-
I see a bunch of views but no replies
Could someone perhaps point me in the right direction to find the answer to my problems?
Thanks!
-
Senior Member
registered user
Well here's the deal. /dev/cdrom is a symlink to the actual device. Why use a symlink? So that all apps can look for the same drive no matter where or what type it really is. With kernels older than 2.6.* you need scsi emulation so the drive will apear on the SCSI bus as a SCSI device.
An external USB cdrom, kernel 2.5.25:
Code:
ls -al /dev/cdrom
lrwxrwxrwx 1 root root 8 Apr 22 16:09 /dev/cdrom -> /dev/sr0
Internal cdrom, kernel 2.4.25
Code:
ls -al /dev/cdrom
lrwxrwxrwx 1 root root 9 Mar 26 05:51 /dev/cdrom -> /dev/scd0
An internal cdrom, kernel 2.6.5:
Code:
ls -al /dev/cdrom
lrwxr-xr-x 1 root root 8 May 10 00:48 /dev/cdrom0 -> /dev/hdb
SO you just have to create the link.
Code:
ln -s /dev/sr0 /dev/cdrom
OR
Code:
ln -s /dev/scd0 /dev/cdrom
OR
Code:
ln -s /dev/hdb /dev/cdrom
Don't know which drive is your cdrom drive? No problem.
For kernel 2.4.*
For 2.6.* kernel:
If you make a symlink that's no good you can just remove it like so:
HTH
-
Just check this out for an easy way of making it all happen, just look at my most recent post, and use the first one for reference to where the lines go...
http://tlug.dnho.net/node.php?id=91
-
Junior Member
registered user
if it's anything like my install you may need to use mount /dev/sr0 /mnt/cdrom
try entering in terminal window: dmesg
this should list all of the ongoings during your startup sequence.. take a look in there to find out what it used to reference your cdrom drive..
then maybe you need to update /etc/fstab and change the /dev/cdrom to /dev/sr0
I'm a noob myself but this worked for me..
gl!
Similar Threads
-
By bob58 in forum Hardware & Booting
Replies: 2
Last Post: 10-04-2004, 01:01 AM
-
By Braim in forum Hdd Install / Debian / Apt
Replies: 7
Last Post: 05-20-2004, 06:55 PM
-
By coindood in forum Hardware & Booting
Replies: 0
Last Post: 02-25-2004, 01:37 AM
-
By MattT in forum Hdd Install / Debian / Apt
Replies: 6
Last Post: 09-22-2003, 05:03 AM
-
By Didier in forum General Support
Replies: 0
Last Post: 01-22-2003, 12:00 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules

Vintage Industrial micro systems dual 8" Floppy disc drive for Altair system
$450.00

Cromemco PRI S-100 Printer Interface - Altair IMSAI
$45.00

Cromemco TU-ART S-100 Serial and Parrallel Board - IMSAI Altair
$69.95

External Half Height Case For a 5 1/4 Inch Floppy Disk (Altair, IMSAI)
$49.95

S-100 backplane motherboard bare PCB 9 slot (for Altair/IMSAI)
$34.99

1976 Scelbi 6800 Software Cookbook Altair 680 SWTPC Assembly Language Motorola
$39.99

Morrow MIS S-100 20 Slot Backplane PDC Motherboard 1977 Altair IMSAI Board
$295.00

S100 Extender Board IMSAI ALTAIR
$49.99

MITS Altair 8800 System Full Provenance and Documentation
$15000.00

CP/M 86 1.1R 8086 Highmonitor 8 Inch Floppy Diskette 80s IMSAI Altair
$40.00