MacNFSSetupSnowLeopard: Difference between revisions
From LLL
Jump to navigationJump to search
AlainKnaff (talk | contribs) (New page: == Setting up home directory mount == On Snow Leopard, there is no Netinfo manager, so you must edit <code>/etc/fstab</code> directly: <code>10.0.0.1:/home /home nfs async,intr,soft,-P<...) |
AlainKnaff (talk | contribs) No edit summary |
||
Line 5: | Line 5: | ||
<code>10.0.0.1:/home /home nfs async,intr,soft,-P</code> | <code>10.0.0.1:/home /home nfs async,intr,soft,-P</code> | ||
You also need to comment out the <code>/home</code> line from <code>/etc/ | You also need to comment out the <code>/home</code> line from <code>/etc/auto_master</code> |
Revision as of 18:37, 7 September 2010
Setting up home directory mount
On Snow Leopard, there is no Netinfo manager, so you must edit /etc/fstab
directly:
10.0.0.1:/home /home nfs async,intr,soft,-P
You also need to comment out the /home
line from /etc/auto_master