Créer le répertoire:
mkdir -p /srv/file/commun
Dans le fichier /etc/exports
ajouter:
/srv/file/commun 192.168.1.0/24(rw,all_squash,anonuid=1000,anongid=1000,sync,no_subtree_check)
Installer NFS:
apt install nfs-kernel-server
Créer le répertoire:
mkdir /media/commun
Dans le fichier /etc/fstab
192.168.1.21:/srv/file/commun /media/commun nfs rw,soft,timeo=30 0 0
Installer NFS
apt install nfs-common
Montage manuel
sudo mount /media/commun
Vérifier avec un reboot