NFS
Network File System
Client
- Remount NFS mounts on Mac:
sudo kill -1 `cat /var/run/automount.pid` - Mac OS X as an NFS Client
- In Leopard the above does not work anymore, netinfo has been replaced by Directory Utility.
- In Snow Leopard this functionality has moved to Disk Utility.
Server
- To map all access to a single uid/gid, put this line in
/etc/exports:
/x/d *(rw,all_squash,anonuid=101,anongid=100)