程序挂载

ifconfig  //查ip

ifconfig eth0 192.168.20.40 //ip改为同网段

mount -t nfs -o nolock 192.168.20.30:/home/share /mnt/

cd /mnt/test

原文地址:https://www.cnblogs.com/listxue/p/13114370.html