Nov 15
Before upgrading to Snow Leopard, I was using the NFS automount capability of Mac OS X. It was a handy way for my laptop to connect to my home NAS server (a linux box running Ubuntu).
Unfortunately I had to redo the NFS config after upgrading and I noticed that Directory Utility was not present anymore in Snow Leopard.
Here is what I found out after some research:
Remote NFS URL: nfs://[server]/[path] Mount location: [path to local mount folder] Advanced Mount Parameters: -i,-s,-w=32768,-r=32768
sudo automount -vc
That’s it. The NFS share should now be accessible.
References:
Recent Comments