LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Can't mount cdrom (https://www.linuxquestions.org/questions/slackware-14/can%27t-mount-cdrom-618178/)

phantom_cyph 02-02-2008 10:24 AM

Can't mount cdrom
 
Yup. I'm using XFCE4, and I get the following message when trying to mount my cdrom (root or not):

Quote:

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")
What do I need to do to mount my CD? (actually, its a DVD)

Thanks!

Nylex 02-02-2008 10:29 AM

See this sticky thread. You really should have searched before posting..

hitest 02-02-2008 10:40 AM

Open up a text editor and edit /etc/group

For example:

#nano /etc/group

Add your regular user to plugdev, cdrom, audio, video

Save. Exit.

Done:-)

onebuck 02-02-2008 10:42 AM

Hi,
Quote:

Originally Posted by phantom_cyph (Post 3043639)
Yup. I'm using XFCE4, and I get the following message when trying to mount my cdrom (root or not):


What do I need to do to mount my CD? (actually, its a DVD)

Thanks!

Read the sticky as suggested.

The short of it is you need to make sure the user is added to the proper groups when you create the user with the 'adduser' command.
I prefer the 'adduser' then be sure to add to the groups when prompted for groups;

Code:

floppy audio video cdrom plugdev
The above is a good start.


All times are GMT -5. The time now is 01:33 AM.