You are not logged in.
Pages: 1
I'm trying to access files on a CD I've put in. When I try to open the CD (in gnome), I get this error:
---
Cannot mount volume.
Error org.freedesktop.DBus.Error.AccessDenied.
Details
A security policy in place prevents this sender from sending this message to this recipient, see message bus configuration file (rejected message had interface "org.freedesktop.Hal.Device.Volume" member "Mount" error name "(unset)" destination "org.freedesktop.Hal")
---
How can I fix this? Help appreciated!
Thanks,
wildwobby
http://www.wildwobby.com
Offline
Hi wildwobby,
add your user to optical and storage group (type these commands as root):
gpasswd -a <your_username_here> optical
gpasswd -a <your_username_here> storage
Log out and log in again
Last edited by luca (2008-02-23 07:58:41)
Offline
I am having this same issue. However, I have added myself to both groups and logged out and back in again. I cannot get this to work on either my laptop or my desktop. Any other suggestions?
**Solved on my laptop: You have to restart dbus.
Log out of your DE, and go to a console
/etc/rc.d/dbus restart
/etc/rc.d/hal restart
Should work now
Last edited by Mais (2008-10-19 22:50:57)
Offline
Pages: 1