Ubuntu12.04装配NFS server

Ubuntu12.04安装NFS server首先安装nfs-kernel-servermount -t nfs4 10.112.18.158:/opt/share ~/test/现

Ubuntu12.04安装NFS server

首先安装nfs-kernel-server

mount -t nfs4 10.112.18.158:/opt/share ~/test/


现在可以测试了,应该成功。