NFS server is ignoring anonuid?
        Posted  
        
            by 
                paszczak000
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by paszczak000
        
        
        
        Published on 2013-03-28T09:53:00Z
        Indexed on 
            2014/08/23
            10:23 UTC
        
        
        Read the original article
        Hit count: 369
        
On NFS server I've got user with UID=1024 and GID=1204. On client side too. Both servers are CentOS 6.4 (2.6.32-358.2.1.el6.x86_64).
Right now anonuid/anongid is not working. Files aren't mapped to 1024 uid but to 99 (nobody:x:99:99:Nobody:/:/sbin/nologin).
/etc/exports
/vol/test10.xxx.xxx.xxx(rw,all_squash,anonuid=1024,anongid=1024)
/etc/fstab
10.xxx.xxx.xxx:/vol/test /nas/test nfs  nosuid,intr,defaults,_netdev,intr 0 0
© Server Fault or respective owner