NFS Notes
Things to know about NFS:
- need portmap installed
- exports are in /etc/exports
- if you need to reload exports use the command
sudo exportfs -a
- mounting is done like this:
sudo mount server.mydomain.com:/files /filesĀ
- or in the fstab like this:
server.mydomain.com:/files /files nfs timeo=14