linux挂载群辉的NFS共享文件夹

  • 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

原文地址:https://www.cnblogs.com/stvadv/p/12095330.html