Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Permissions to mount
Name: tobz Date: April 24, 2004 at 10:29:18 Pacific OS: Mandrake 9.1 CPU/Ram: intel p3 850mghz640ram
Comment:
Hello, When I try to make a new directory in the /mnt/ directory (to mount a new drive) it says I do not have permission to and denies me from it. I am the only user on the computer, any ideas?
Name: Dlonra Date: April 24, 2004 at 11:42:20 Pacific
Reply:
a decent introduction to permissions: http://tldp.org/LDP/intro-linux/html/sect_03_04.html
0
Response Number 2
Name: dieymir Date: April 24, 2004 at 11:52:06 Pacific
Reply:
You need to be 'root' to make dirs. outside your home directory. Exec. this on the console su - (it'll ask your password) mkdir /mnt/<your new dir> exit
To mount something with parameters you need to be run again unless it's listed in the file /etc/fstab (you need to be root again to edit this file) Something like this #device mount dir. FS options dump order /dev/<your device> /mnt/<your new dir> <the file system noauto,user 0 0 Remove the '<' and '>' 'noauto' will make that the device isn't mounted at boot 'user' will let users to mount devices To mount the device exec. on your console mount /mnt/<your new dir> or use the Madrake tools.
Summary: Hi. I want to mount my Win drive to Linux so that i can d/l in Win Me and able to access the file in Redhat. So what is the step by step to perform the task My hda - Win hda0 Linux hda3 Pleas...
Summary: Trying to mount xp w/ mandrake 8.1. I am having several issues w/this. First off I can mount corectly but only have access in root, I would like to be able to do this as usr/admin. Second with NTF...
Summary: Hi again I cannot seem to allow users to mount floppy or cdrom. I get the followig error message. mount: only root can do that I'm using redhat 7.1. The following is a line from /etc/fstab: /dev/cdro...