NFS Server = Archlinux, NFS Client = Mac OS X Panther

Joined
Oct 22, 2009
Messages
1
Reaction score
0
Points
1
Hi,

I do have a problem connecting a NFS share hosted on a Archlinux machine.

First the important data.

Server:
  • User nobody with group nobody is 99:99 exists
  • Share folder: /export/test mit drwx------ 2 nobody nobody 4,0K 19. Okt 14:17 test
  • Many, even not all, exports i have tested. I also used exports -arv.
Code:
/export/test 192.168.2.0/24(rw,fsid=0,async,insecure,nohide,no_subtree_check,all_squash,anonuid=99,anongid=99)
/export/test 192.168.2.0/24(rw,fsid=0,async,insecure,nohide,no_subtree_check,all_squash)
/export/test 192.168.2.0/24(rw,fsid=0,async,insecure,nohide,no_subtree_check,no_root_squash)

Client:
  • Mac OS X 10.3
  • User with uid 501 in group with gid 501.
  • IP: 192.168.2.1

Problem:
When i want to mount the share with
Code:
sudo mount nfs://192.168.2.4/export/test ./nfsmount
everything works, how i expect it. This means the mapping of uid and gid should work. But when i'm using the apple+K way in finder, the share appears but i don't have any rights. Even i can't read. This means the uid and gid aren't mappend anymore.

Does someone have an advice?
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top