Search This Blog

Edit NFS server options on Mac OS X 10.5 Leopard

1. Server Admin's features for editing NFS export options are incomplete. E.g. -32bitclients option can only be added by editing /etc/exports file.

### [ Begin Server Admin managed exports. Do Not Edit.
/nfsdir -maproot=nobody -sec=sys -network 192.168.20.0 -mask 255.255.255.0
### ] End Server Admin managed exports. 


2. Before you do that, you should unshare the directories managed by "Server Admin". After doing that, you can get an empty /etc/exports file to start, then you can add new entry:


/nfsdir -32bitclients -maproot=nobody -sec=sys -network 192.168.20.0 -mask 255.255.255.0

3. Restart NFS server and check its status:

nfsd restart
showmount -e


See also:

NFS share export options ("-32bitclients") where to set?


No comments:

Post a Comment