Server
NFS server
Install
sudo apt install nfs-kernel-server
Configure
man exports
sudo nano /etc/exports
| Path | Host(Permissions) |
|---|---|
| /srv/[subdir] | host1.example.com(rw,sync,no_subtree_check) IP(ro,async,no_root_squash) |
Apply changes
man exportfs
sudo exportfs -r