Created
July 23, 2014 14:07
-
-
Save djaoka/bb6c6c9e5c763ba0a830 to your computer and use it in GitHub Desktop.
Umount NFS on Mac OS
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
1.Show the files in the folder : | |
ls /var/db/dslocal/nodes/Default/mounts | |
2.Delete what you want : | |
rm /var/db/dslocal/nodes/Default/mounts/<myfile>.plist | |
3.Reboot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment