• mount -t nfs 192.168.137.136:/volume1/NFSfile /NFSfile /home/name/nfsfile
  •  df -h   #查看挂载点
     
     mount -t nfs 10.10.211.206:/volume1/Python /home/gxc/python
    mount -t nfs 10.10.211.206:/volume1/share /home/gxc/share

05-27 08:42