Configuration NFS
Coté Serveur (192.168.0.10)
vi /etc/exports
/home/partage 192.168.0.20/255.255.255.255(rw,sync)
vi /etc/hosts.allow
ALL:192.168.0.20/255.255.255.255
service nfs restart
coté client (192.168.0.20
mount -o nfsvers=2 192.168.0.10:/home/partage /mnt/point
|