LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   locked directories (https://www.linuxquestions.org/questions/linux-software-2/locked-directories-13155/)

popcorn5714 01-31-2002 04:07 AM

locked directories
 
I have installed mandrake 7.2 and I must have set some permissions I should not have I cannot get to me cd-rom or my floppy disk drv. It says I don't have the user rights . those directories are locked. How can I unlock them ? :) thanks



popcorn 5714

acid_kewpie 01-31-2002 04:16 AM

what does locked mean? you probably want to look at /etc/fstab and see that those mountpoints are set as user-mountable ('user' as one of the options)

elist 01-31-2002 03:05 PM

I've got this in /etc/fstab
/dev/scd0 /mnt/cdrom auto user,iocharset=iso8859-1,exec,codepage=850,ro,noauto 0 0
/dev/fd0 /mnt/floppy auto user,iocharset=iso8859-1,sync,exec,codepage=850,noauto 0 0

I try to access the cdrom
bash: cd: /mnt/cdrom: Permission denied

What's this telling me?

luger 01-31-2002 03:26 PM

Try removing those lines from the fstab and then mount the devices manually and see if you can access them.


All times are GMT -5. The time now is 01:04 PM.