PDA

View Full Version : DVD drive won't mount - please help


sveboras
2007-06-11, 06:19 AM CDT
Hi all! Recently installed fedora 7 and already have a problem. I cannot mount any DVDs. I mean, I can manually from console as root. But, as user i cannot. Any mount attempts (including automount) give error dialog box with text:

cannot obtain lock on /media/.hal-mtab

Anyone know why? :(

tashirosgt
2007-06-13, 04:15 PM CDT
I've never seen that error before, so I am curious whether there is a file called /media/.hal-mtab on your system.
If a user cannot mount the drive from the command line, you could try putting an entry in /etc/fstab for the device. But as I understand FC7, this should not be necessary.

ChantCd-com
2007-06-21, 05:05 PM CDT
This seems to be a new development, but I can't read CDs/DVDs in my DVD drive either!

I'm using Fedora 7, and I'm pretty sure it worked once.

What should I add to my /etc/fstab to mount a DVD as a DVD burner (which it is?)

Matthew

jcliburn
2007-06-24, 08:14 AM CDT
Make sure ConsoleKit is installed and running.

As root:

yum install ConsoleKit
/sbin/service ConsoleKit start
/sbin/chkconfig ConsoleKit on

tashirosgt
2007-06-25, 07:09 AM CDT
I don't have an FC7 machine at hand now, but on RH Enterprise 4.0 the fstab line is:
/dev/hdc /media/cdrecorder auto pamconsole,exec,noauto,managed 0 0

Of course, you'd have to figure our which /dev applies to your machine and you would need to create the /media/cdrecorder directory.