LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Problem mounting CD in Slackware-12.0 (https://www.linuxquestions.org/questions/slackware-14/problem-mounting-cd-in-slackware-12-0-a-567515/)

rsamurti 07-07-2007 10:00 PM

Problem mounting CD in Slackware-12.0
 
Hello,

I have successfully installed Slackware-12.0. But when I insert a CD as root, I get the following error message:

Unable to mount ...

A security policy in place prevents this sender from sending this message ...

I am not able to read the contents of the disk.

What the is problem? How to solve this?



Thanks for your help.

Anand

Nikosis 07-07-2007 10:10 PM

Well, quick resolution is that :
uncomment your cdrom device in fstab

Carpo 07-08-2007 02:57 AM

the reason thats commented out in fstab is because it conflicts with hal

Road_map 07-08-2007 05:02 AM

I modified /etc/fstab file:
Code:

(...)
#/dev/hdd        /mnt/cdrom      auto        noauto,owner,ro  0  0
#/dev/hdc        /mnt/dvd        auto        noauto,owner,ro  0  0
/dev/hdd        /mnt/cdrom      auto        noauto,user,ro  0  0
/dev/hdc        /mnt/dvd        auto        noauto,user,ro  0  0
/dev/sda1        /mnt/usb        vfat        noauto,user,ro  1  0
(...)

Now I can automount my CD-RW, DVD-RW and USB-Stick (+ Safely Remove). I didn't made another change in my system, only /etc/fstab.

Carpo 07-08-2007 07:12 AM

yes i too norm edit it from onwer to user, i left it this time after i read that it can cause issues with hal, maybe i will change it and see what happens :)


All times are GMT -5. The time now is 11:19 PM.