Created
October 13, 2016 12:48
-
-
Save spikeekips/1747d85b5c522779c4512602b41995f9 to your computer and use it in GitHub Desktop.
Mount nfs volume in OSX
This file contains hidden or 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 -o nosuid,locallocks,nfc,actimeo=1 -t nfs 192.168.99.100:/data/share share |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment