To share rows with NFS is better
In post the precedence I have tried to explain like sharing rows between two PC linuc with samba. However this protocol is born originally like interface that allows the sharing of resources between systems windows and linux; he is therefore obvious that when blots some to them in net they are PC linux the just choice is not more samba, “among other things rather heavy”, but the protocol purposely developed for the systems *nix, that is NFS.

Here as I have made:
Serveur:
- Installation of NFS (I sudo apt-get install portmap NFS-kernel-serveur);
- sharing of the cartelle (I sudo gedit /etc/exports); for every folder to share to insert in the rows exports the following line: /Condivisa/192.168.0.2 (rw, sync)
- to specify the client to which allowing the access (in my case is a solo):
gedit /etc/hosts.allow;
to insert the line portmap mountd nfsd statd lockd rquotad: 192.168.0.2 (IP of the client); - to render effective the modifications riavviando the demons;
I sudo /etc/init.d/portmap restart
I sudo /etc/init.d/nfs-kernel-server restart; - to create the folder with l point of mount (mkdir /media/ArchivioDesktop)



















