Skip to content

Instantly share code, notes, and snippets.

@spikeekips
Created October 13, 2016 12:48
Show Gist options
  • Select an option

  • Save spikeekips/1747d85b5c522779c4512602b41995f9 to your computer and use it in GitHub Desktop.

Select an option

Save spikeekips/1747d85b5c522779c4512602b41995f9 to your computer and use it in GitHub Desktop.
Mount nfs volume in OSX
$ 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