linux开发环境搭建

shell

sudo apt-get install nfs-kernel-server

shell

/home/exports *(rw,nohide,insecure,no_subtree_check,async,no_root_squash)

shell

sudo /etc/init.d/nfs-kernel-server restart

shell

sudo mount -t nfs -o nolock,vers=3 127.0.0.1:/home/exports /mnt
ls /mnt