Click to See Complete Forum and Search --> : Linux reconizes my dvd as a cdrom drive


Krycheck
07-21-2001, 06:49 PM
I went and change fstab and mtab to read as /mnt/dvd but it still wont work. Still mounts as cdrom2 (I have a cd burner as well )

I installed Xine and I read the FAQ. I did
do this:

cd /dev
ln -s hdc dvd

but still no luck :(

Suggestions?

bdg1983
07-21-2001, 07:32 PM
Anything in /mnt is just a mountpoint. You can call it anything you like.

mkdir /mnt/damn_dvd

Change the mountpoint in fstab to reflect the change, insert a cd and mount as /mnt/damn_dvd

Check your system logs /var/log/messages to see if it is actually being detected as a DVD drive.

Krycheck
07-22-2001, 01:20 PM
Looks like it is being detected as a dvd.
I have made the changes to fstab but still nothing :(

bugfix
07-22-2001, 07:15 PM
Changing the fstab will mean it works when you next reboot. To do it manually so you don't have to reboot type:

mount /dev/cdrom2 /mnt/dvd
or..
mount /dev/dvd /mnt/dvd

If it's not being detected as a DVD drive then the first line will work and if it is then the 2nd line should work. I think.