Differences between version 3 and predecessor to the previous major change of NFSOnMacOSX.
Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 3 | Last edited on Thursday, January 8, 2004 6:11:17 am | by StuartYeates | Revert |
Older page: | version 1 | Last edited on Friday, March 21, 2003 2:54:36 pm | by NeilHoughton | Revert |
@@ -1,7 +1,7 @@
!Mounting NFS Shares under Mac OS X
-You can't really use /etc/fstab like a regular unix, everything in Mac OS X is done using the arguably wonderful NetInfo. To mount an NFS share in a certain place under Mac OS X
, and make sure it turns up every boot, do the following:
+You can't really use /etc/fstab like a regular unix, everything in Mac OS X is done using the arguably wonderful NetInfo. To mount an [
NFS]
share in a certain place under [MacOSX]
, and make sure it turns up every boot, do the following:
* Create a mount point (empty directory) on your Mac, say in /Network/''hostname''.
* Open the NetInfo Manager tool, which is in /Applications/Utils. Unlock it by clicking the lock icon and entering your password.
* Click on the <b>mounts</b> directory.
@@ -28,7 +28,7 @@
|< name |< ''directory to export''
|< clients |< ''client ips'' (leave blank if you want to limit to your entire LAN)
|< opts |< maproot=root networ=192.168.0.0 mask = 255.255.255.0
-* Save, and reboot. (or
kill and restart nfsd)
+* Save, and reboot. Or
kill and restart nfsd: <i>sudo kill -1 `cat /var/run/mountd.pid`</i>
You might want to see ''man exports'' for more information on opts.