I have debian as an NFS client. I would like to mount a remote NFS with a specific user permissions (to specify the remote user account)
How can I do that?
|
I have debian as an NFS client. I would like to mount a remote NFS with a specific user permissions (to specify the remote user account) How can I do that? | ||||
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
NFS, while useful, is not generally great at dealing with user perms. In order to do this you have to do a few things:
| |||
|
feedback
|
|
Under Ubuntu, a debian-based distribution, you should enter the command:
You should then be able to connect and mount any available NFS-available directory. | |||
|
feedback
|