PDA

View Full Version : Cd rom troubles



DusteD
07-23-2004, 10:47 PM
Hi, im relative new to linux, but i think i know what mount command is about..
I have installed knoppix on my laptop with knx2hd i think its called.
Im running kernel 2.6, it finds my cdrom drive, but i cant mount it,
its a cd-rw/dvd combo, and when the system boots up, it finds the drive,
but i cant put a cd in and mount it ? it tells me that theres no such device ?

HEELP!! thx

thiagoalencar
07-24-2004, 07:35 PM
I also have that problem...

tweetyhack
07-24-2004, 09:03 PM
I had something similiar. Looked in my /etc/fstab and found it was using /dev/cdrom which linked to /dev/scd0. Then I "dmesg | grep cd" and was told my cd was /dev/hdc. So i changed /dev/cdrom to point to /dev/hdc.

Do that and see what your startup says and try "mount -t iso9660 /dev/hdc /cdrom"(replace hdc with your device). To make that permanent, modify /etc/fstab or recreate /dev/cdrom link to point to right device.

thiagors
07-24-2004, 11:24 PM
Hi, guys.

I have some problems with my cdrom drivers. Well, I have a Combo drive and a normal cd-rom driver. They are /dev/hdc and /dev/hdd respectively. In my /etc/fstab I have these two lines:
/dev/cdrom /cdrom iso9660 defaults,ro,user,noexec,noauto 0 0
/dev/cdrom1 /cdrom1 iso9660 defaults,ro,user,noexec,noauto 0 0
and /dev/cdrom? are simbolic links two /dev/hdc and hdd.

When I try to mount them I received to both the following message:
mount: wrong fs type, bad option, bad superblock on /dev/hdc,
or too many mounted file systems
(could this be the IDE device where you in fact use
ide-scsi so that sr0 or sda or so is needed?)
What ca I do?

DusteD
07-25-2004, 06:59 PM
well, i found out that my drive was called sr0, so
mount /dev/sr0 /etc/cdrom
works fine for me :) it even plays dvd´s ;)

thiagoalencar
07-28-2004, 03:41 PM
It didnt work with me, everytime I change my fstab it always automatically points to /dev/auto/cdrom ....and I cant change that because everytime I boot it goes back to that :cry:

Markus
07-28-2004, 03:45 PM
If you did a knoppix style hd install it recreates the fstab at every boot.
You could try adding nofstab to the append line in /etc/lilo.conf and run the command lilo -v to update it.