[rhelv6-list] NFS no traslate UID,GID

Ian Mortimer i.mortimer at uq.edu.au
Wed Jul 25 02:09:17 UTC 2012


On Tue, 2012-07-24 at 14:29 +0200, Tiziana Manfroni wrote:

> Hi, I haxe a NFS server with NIS on RHEL6.3. When the client mounts a directory 
> the system doesn't traslate UID e GID but uses nobody.

Is rpcidmapd running?  

If it is:

   umount _the_nfs_share_
   service rpcidmapd restart
   mount _the_nfs_share_

If it's not running:

   umount _the_nfs_share_
   service rpcidmapd start
   chkconfig rpcidmapd on
   mount _the_nfs_share_
   
-- 
Ian




More information about the rhelv6-list mailing list