1 | allows directories physically located on one system (file server) to be mounted on another (client) |
2 | server must export directories to allow access by clients (/etc/exports, /etc/dfs/dfstab, /etc/exportfs) |
3 | client must mount: /etc/vfstab, /etc/fstab |
4 | /etc/exports : root=host:... - allow remote superuser (UID=0) access to listed hosts (bad !) |
5 | UIDs and GIDs must be consistent between NFS clients and servers to prevent unauthorized access |