Sunday, October 27, 2013

Linux Mount OSX NFS Share


OSX

/etc/nfsd.conf
nfs.server.nfsd_threads = 20
nfs.server.tcp = 1
nfs.server.mount.require_resv_port=0

/etc/exports
/MYVOLUME -alldirs -32bitclients -maproot=root:wheel

LINUX
/etc/fstab
192.168.0.100:/MYVOLUME /MNTPOINT nfs sync,noresvport 0 0 

No comments:

Post a Comment