I found somewhere to change a nfs-common.conf setting on both client and serve to USE_IDMAPD="yes" which I have done, but now the files are owned by nobody and nogroup, that is ID 65534 and still not 10000 like I wish.<br>
<br><div class="gmail_extra">drwxrwsr-x   2 nobody nogroup  4096 Nov  4 14:47 shared<br><br>Both machines have rpc.idmapd running.<br><br>Have also read NFS 4 does not work with UID/GIDs.<br><br>James.<br><br><br><br><div class="gmail_quote">
On 4 November 2012 14:21, jwm- <a href="http://art.net">art.net</a> <span dir="ltr"><<a href="mailto:jwm.art.net@gmail.com" target="_blank">jwm.art.net@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
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" target="_blank">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>
</blockquote></div><br></div>