### [ 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
No comments:
Post a Comment