Skip to content

Instantly share code, notes, and snippets.

@zoechi
Created May 30, 2013 13:21
Show Gist options
  • Save zoechi/5677773 to your computer and use it in GitHub Desktop.
Save zoechi/5677773 to your computer and use it in GitHub Desktop.
Mount NFS share
mount -t nfs4 -o proto=tcp,port=2049 server.domain.local:/share /mnt/mountdir
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment