Results 1 to 4 of 4
Ok, I got a little problem here, I need to find a way to let a user mount a certain NFS dir make a dir in the mount unmount the ...
- 03-08-2005 #1Just Joined!
- Join Date
- Mar 2005
- Posts
- 2
Allowing user to mount
Ok, I got a little problem here, I need to find a way to let a user mount a certain NFS dir make a dir in the mount unmount the dir and mount the newly created dir.
BUT depending on what user you are you will create another dir ($USERmount) this is all done by a script (the dir creating and (un)mounting but if I'm not a root I cant mount the NFS map and /etc/fstab wont help me here (I think)
Anyone got an idea how to let a user mount something or how I could bypass the "mount: you have to be root for this" message?
- 03-08-2005 #2
to allos the user to mount the partition add "user" to the options, in the fstab (I think it's user) If not it's users.
as for write access, this needs to be setup on the nfs server with rw access, and rw specified in the fstab options"I am not an alcoholic, alcoholics go to meetings"
Registered Linux user = #372327
- 03-08-2005 #3
it is
Code:users
~Mike ~~~ Forum Rules
Testing? What's that? If it compiles, it is good, if it boots up, it is perfect. ~ Linus Torvalds
http://loft306.org
- 03-08-2005 #4
cool, cheers for confirmation loft306.
"I am not an alcoholic, alcoholics go to meetings"
Registered Linux user = #372327


Reply With Quote
