Hello,<br><br>Hoping someone can help... I've setup NFS to run under Arch Linux, and a client running Debian.<br><br>From the client machine, the UIDs + GIDs of files look like so:<br><br>-rw-r--r-- 1 4294967294 4294967294  0 Nov  4 14:05 pop<br>
-rw-r--r-- 1 4294967294 4294967294 12 Nov  4 13:11 test<br><br>I want at least for the GID to have some sensible value and decided to create a new group on both machines with the same GID of 10000. So in the /etc/exports I have this:<br>
<br>/srv/nfs/shared         Laptop(rw,all_squash,sync,no_subtree_check,anongid=10000)<br><br>setup as per: <a href="https://wiki.archlinux.org/index.php/Nfs#Server">https://wiki.archlinux.org/index.php/Nfs#Server</a><br><br>
And in the client's /etc/fstab:<br><br>Desktop:/srv/nfs/shared       /desktop/shared       nfs     rw,bg,hard,intr 0 0<br><br>I didn't want to set anonuid in the server /etc/exports as I want to give two user accounts on the client rw access to a shared folder, and ro access to another folder.<br>
<br>Thanks for any help,<br>James.<br>