Last active
December 17, 2015 11:49
-
-
Save richard-to/5604865 to your computer and use it in GitHub Desktop.
NFS mount command for client from http://www.cyberciti.biz/faq/apple-mac-osx-nfs-mount-command-tutorial/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo mount -t nfs -o resvport,soft,intr,rsize=8192,wsize=8192,timeo=900,retrans=3,proto=tcp hostname:/shared_dir /local_dir |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment