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<...) |
m (Reverted edits by Yxawyjo (Talk) to last version by AlainKnaff) |
||
(2 intermediate revisions by 2 users not shown) | |||
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> |
Latest revision as of 19:47, 26 November 2010
Setting up home directory mount[edit]
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