NFS UID/GID problems

General support questions
Post Reply
tlec
Posts: 35
Joined: 2009/04/19 21:53:09
Contact:

NFS UID/GID problems

Post by tlec » 2015/02/28 12:59:42

Previously, i had no problems with NFS-exort on CENTOS, now after a re-install, there is severe problems with uid.
THe client is win7 server is CENTOS 6.6.
THe problem is that UID and file/folder permissions get screwed up, so I cant acces files nor folders on the NFS-share.
I have tried various options in /etc/exports, with no resolution.
All files copied frpom the Windows-box to the CENTOS-box gets the following:
uid 4294967294
gid nobody
permissions 0007
I am using the following /etc/export: "/MediaShare (insecure,no_subtree_check,no_root_squash,rw,nohide,)"
Tried with various options such as "/MediaShare (insecure,no_subtree_check,no_root_squash,rw,nohide,anonuid=99,anongid=99)"
with no change.
I can without any problem create files, folders etc on the shre, but I cant access them after they are created.

THe share is moundet in windows with the following: "mount -o fileaccess=6 192.168.10.199:/MediaShare *"

I have on earlier versions up till a week ago, when I did a reinstall used these settings without any problems.
So what has happend in the latest version

Post Reply