ifconfig //查ip
ifconfig eth0 192.168.20.40 //ip改为同网段
mount -t nfs -o nolock 192.168.20.30:/home/share /mnt/
cd /mnt/test