apt-get install nfs-common nfs-kernel-server
/etc/init.d/nfs-kernel-server restart
configure mout points in /etc/exports and when done, run
exportfs -a
If you are using ACLs, make sure you add the acl option to the exported filesystem options in exports.
Related posts:
After hours of studying these 2 commands setup my NFS, with out a problem.
triad
Exactly what I needed!