nfs-utils
:sudo pacman -S nfs-utilsStart nfs service:
sudo systemctl enable nfs-server.service sudo systemctl start nfs-server.serviceCreate shared folder:
sudo mkdir /var/nfsEdit /etc/exports and add:
/var/nfs 192.168.0.85(rw,sync,no_root_squash,no_all_squash)Whenever we modify /etc/exports, we must run:
sudo exportfs -rav