Network File System
Network File System
On the Host
sudo apt update
sudo apt install nfs-kernel-server
Output
drwxr-xr-x 2 root root 4096 May 14 18:36 .
/var/nfs/general client_ip(rw,sync,no_subtree_check)
/home client_ip(rw,sync,no_root_squash,no_subtree_check)
On the Client
sudo apt update
sudo apt install nfs-common
Creating Mount Points and Mounting Directories on the Client