Skip to content

Instantly share code, notes, and snippets.

@aertmann
Last active August 22, 2019 09:07
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aertmann/9a7c145bd04abb925a1a to your computer and use it in GitHub Desktop.
Save aertmann/9a7c145bd04abb925a1a to your computer and use it in GitHub Desktop.
Problem: NFS mount not working in Finder, but works in Terminal – OS X El Capitan (10.11)

Solution

Add vers=4 to the mount command.

sudo mount -o vers=4,resvport,rw -t nfs x.x.x.x:/home mount
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment