Incorrect file ownership

Status
Not open for further replies.
Joined
Jun 12, 2013
Messages
1
I am mounting a nfs share from osx and any new files created while mounted have the incorrect user as owner.
For example, if I create a new folder called test1 from the finder or command line it is owned by the second user on the NAS box
i.e. (from the OSX box)
192-168-1-202:stuart stuart$ mkdir test1
192-168-1-202:stuart stuart$ ls -l | grep test1
drwxr-xr-x 2 1002 wheel 2 12 Jun 23:25 test1
My uid is 1001 on both the NAS and the OSX boxes. 1002 is the uid of the second user on the NAS box. There is no user with uid 1002 on the OSX box. I have also tested this logging in from another system where the uid is 501 - files are still owned by the 1002 user
If I log in via ssh I can create files/folders that are correctly owned by 1001
I have recently upgraded from 8.0.3 to 8.3.1 hoping to address this, but to no avail.
Any thoughts on how to fix this?
 
Status
Not open for further replies.
Top