程序挂载 mount

 

ifconfig  //查ip

ifconfig eth0 192.168.20.40 //ip改为同网段

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

cd /mnt/test

 

posted @ 2020-07-11 11:09  listxue  阅读(222)  评论(0编辑  收藏  举报