Ubuntu12.04安装NFS server
首先安装nfs-kernel-server
mount -t nfs4 10.112.18.158:/opt/share ~/test/
现在可以测试了,应该成功。