Hi,
I have the following strange situation after upgrading to 10.10 (both the NFS server and client are on 10.10):
To make UID and GID mapping trivial, I've made sure that clients and server all have the same users and groups with the same IDs. This used to work fine.
However now the client is always displaying 4294967294 for the UID and GID but - and here is the strange bit - if I create a file on the client it shows up on the server with the correct user and group (but on the client still with 4294967294).
It's as if the mapping is working fine int the client->server direction but wrong in the server->client direction...
Any ideas?
Here is the exports line on the server:
And the fstab line on the client:Code:data/fileserver 192.168.1.0/255.255.255.0(rw,sync,no_subtree_check)
Trying to chown a file on the client gives the error "chown: changing ownership of `somefile': Invalid argument"Code:htpc:/data/fileserver /data/fileserver nfs defaults 0 0



Adv Reply

Bookmarks