Results 1 to 6 of 6
I've tried to mount my floppy & DVD drives onto my Slackware 10.1 system but it keeps saying permission denied, even though I'm logged in as Root. Can anybody help?...
- 04-20-2005 #1Just Joined!
- Join Date
- Dec 2004
- Location
- Cumbria, UK
- Posts
- 42
Problem with mounting drives
I've tried to mount my floppy & DVD drives onto my Slackware 10.1 system but it keeps saying permission denied, even though I'm logged in as Root. Can anybody help?
- 04-20-2005 #2Linux Engineer
- Join Date
- Mar 2005
- Location
- Where my hat is
- Posts
- 765
Please list the contents of /etc/fstab.
Registered Linux user #384279
Vector Linux SOHO 6 / Vector Linux 7 RC 3.4
- 04-20-2005 #3Linux Engineer
- Join Date
- Oct 2004
- Location
- Vancouver
- Posts
- 1,366
you can also "chmod 777 /dev/fd0" for example, replacing fd0 with your floppy and cdrom drives respectively, that way permissions will be granted for all users to mount these devs
Operating System: GNU Emacs
- 04-21-2005 #4Just Joined!
- Join Date
- Dec 2004
- Location
- Cumbria, UK
- Posts
- 42
Ah, thankyou. From what I've been able to gather my other accounts are working fine.
- 04-25-2005 #5Just Joined!
- Join Date
- Dec 2004
- Location
- Cumbria, UK
- Posts
- 42
Thats another slight problem. When it says it dosen't exist even though when I "ls etc" it still shows up. Very strange. It also says that I am still not allowed access to /dev/cdrom even after chmod777 logged in as root. But I'm planning on saying balls to it for the moment & waiting until I've updated my machine before I try wreswtling with the problem, just incase its linked to hardware.
Originally Posted by retired1af
- 04-25-2005 #6
in fstab, change owner to user, for example
Code:/dev/cdrom /mnt/cdrom iso9660 noauto,user,ro 0 0


Reply With Quote
