Saturday, October 17, 2015

How to Auto Mount NFS in Mac OS X Yosemite! Permanently

etc/auto_master:

/myserver auto_myserver

/etc/auto_myserver.

Add the following lines to this file:

MyShare1 myserver.local:/exported/path/MyShare1
MyShare2 myserver.local:/exported/path/MyShare2

To check if mounting works, run:

sudo automount -vc

The shares should have been moun

http://wied.it/blog/how-to-permanently-mount-a-nfs-share-on-mac-os-x-yosemite-using-automount.html