2
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?
2
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?
2
NFS, while useful, is not generally great at dealing with user perms. In order to do this you have to do a few things:
-2
Under Ubuntu, a debian-based distribution, you should enter the command:
sudo apt-get install nfs-common
You should then be able to connect and mount any available NFS-available directory.
4This question neither addresses the specifics of connecting to an NFS server nor addressing the permissions issues in the question. – bobmagoo – 2012-08-27T18:57:51.277