Results 1 to 7 of 7
|
Enjoy an ad free experience by logging in. Not a member yet? Register.
|
|
-
04-21-2005 #1
- Join Date
- Nov 2004
- Posts
- 5
cdrom not mounting on knoppix 3.8.1 hd install
I've installed various versions of knoppix to hard drive, but never encountered this problem. CDROMs are recognized and are mounted without problems when running knoppix from the CD, but on my hd install with this particular version (that uses kernel 2.6.11):
Code:# mount /cdrom mount: /dev/cdrom is not a valid block device
Code:# cat /etc/fstab | grep cdrom /dev/cdrom /cdrom iso9660 defaults,ro,user,noexec,noauto 0 0 /dev/cdrom1 /cdrom1 iso9660 defaults,ro,user,noexec,noauto 0 0
Code:# dmesg | grep CD hdc: HL-DT-ST RW/DVD GCC-4481B, ATAPI CD/DVD-ROM drive hdd: HL-DT-ST DVDRAM GSA-4120B, ATAPI CD/DVD-ROM drive # ls -l /dev/cdrom /dev/cdrom1 lrwxrwxrwx 1 root root 8 Apr 17 14:13 /dev/cdrom -> /dev/hdc lrwxrwxrwx 1 root root 8 Apr 17 14:13 /dev/cdrom1 -> /dev/hdd
Thanks in advance.
-
04-21-2005 #2
- Join Date
- Apr 2005
- Location
- Buenos Aires, Argentina
- Posts
- 908
May I ask what are you trying to mount? Is this a normal cd?
serzsite.com.ar
"All the drugs in this world won\'t save you from yourself"
-
04-21-2005 #3
- Join Date
- Nov 2004
- Posts
- 5
Originally Posted by serz
-
04-21-2005 #4
- Join Date
- Apr 2005
- Location
- Buenos Aires, Argentina
- Posts
- 908
Well, you don't have/need to mount audio-cds, data cds should work just fine..
Are you using a kernel you compiled yourserlf?serzsite.com.ar
"All the drugs in this world won\'t save you from yourself"
-
04-21-2005 #5
- Join Date
- Nov 2004
- Posts
- 5
Originally Posted by serz
Code:# eject /dev/cdrom1 eject: unable to open `/dev/hdd'
Are you using a kernel you compiled yourserlf?
-
04-21-2005 #6
- Join Date
- Apr 2005
- Location
- Buenos Aires, Argentina
- Posts
- 908
How are the permissions of /dev/hdc and /dev/hdd set?
serzsite.com.ar
"All the drugs in this world won\'t save you from yourself"
-
07-02-2005 #7
- Join Date
- Jul 2005
- Posts
- 1
Re: cdrom not mounting on knoppix 3.8.1 hd install
Originally Posted by patitoconejita