Results 1 to 7 of 7
when i want to open CDROM device from KDE ,or anotehr application, "mount: special device /dev/cdrom does not exist. please check if you entered disc coreectly" error occurs
what to ...
- 07-27-2005 #1
CD ROM PRoblem
when i want to open CDROM device from KDE ,or anotehr application, "mount: special device /dev/cdrom does not exist. please check if you entered disc coreectly" error occurs

what to do?
- 07-27-2005 #2
forgotten: my LInux is Debian, I installed it from Knoppix LiveCD to HDD
- 07-27-2005 #3
Not sure which version you have, but check in /media, (if it's there) and also /mnt. Anything in those directories like "dvd" or "cdwriter?"
Also, check in /dev to see if there is anything similar which might lend a clue...
- 07-27-2005 #4
i have checked that i have link to cdrom device as /mnt/auto/cdrom, but such device does not exist

maybe there exist anotehr ways tp mount device?
be the way, i cannot view my cdwriter, but K3B fins it as writer...
- 07-27-2005 #5So you checked in /mnt/auto and there isn't anything there for cdrom? If that is the case, you can make it by going as root:
Originally Posted by DeoXMAN
If it is there now, maybe it is just not getting mounted for some reason. Have you tried mounting it manually?Code:mkdir /mnt/auto/cdrom
As root:
Code:mount /dev/cdrom /mnt/auto/cdrom
- 07-28-2005 #6
while making
"permission denied" error occursCode:mkdir /mnt/auto/cdrom
, i dunno why it happens, because i am under root.
- 08-02-2005 #7
ok, no problem

i have run fix-cdrom.bash script from http://kanotix.com/files/fix-cdrom.bash and now everything is ok.
that was because i have used knooppix, not debian


Reply With Quote
