NFS share and permissions
by HTop from LinuxQuestions.org on (#52P6A)
Hello,
I have to export a folder via NFS. On this folder, files are written by a user who is uid = 1009, gid=1009.
The export is exported read & write and it is accessible.
The NFS client user is uid = 1010, gid=1010. Such client needs to read, write and delete files on the NFS share. Also server's user has to put files on its folder.
Unfortunately, client user is not able to do because files are owned by a different user uid = 1009, gid=1009.
I'm not allowed to change UID and GID of client and server.
How can I set the export permissions and client nfs mount option in order to let client user work?
Regards,
H.


I have to export a folder via NFS. On this folder, files are written by a user who is uid = 1009, gid=1009.
The export is exported read & write and it is accessible.
The NFS client user is uid = 1010, gid=1010. Such client needs to read, write and delete files on the NFS share. Also server's user has to put files on its folder.
Unfortunately, client user is not able to do because files are owned by a different user uid = 1009, gid=1009.
I'm not allowed to change UID and GID of client and server.
How can I set the export permissions and client nfs mount option in order to let client user work?
Regards,
H.