Automount of NFS share

Automount of NFS share on mac osx

From Disk Utility -> NFS Mounts:
Remote NFS URL: nfs://192.168.0.2/DIRECTORY
Mount Location: /home
Advanced Mount Parameters: intr,soft,wsize=32768,rsize=32768

The system also requires that the directory being mounted on is owned by the user doing the mount (or the mount is being done by root).

and you may need to flush the automount cache to get the changes to apply:

from a command line type the following
$ sudo automount -vc

Author: admin