具体挂载

然后cmd进入命令行
mount ip:/tmp/data z:
ip nfs服务器IP
/tmp/data 挂载目录
主机这里的z: 就是你挂在后在我的电脑中 显示的盘符不能跟其他盘符重复

例:mount 192.168.1.102:/home/nfs/public Z:

取消挂载

umount 盘符:
例 umount z:

参考链接:

https://blog.csdn.net/a603423130/article/details/100139226

https://blog.csdn.net/qq_34158598/article/details/81976063

相关文章:

  • 2022-12-23
  • 2021-09-16
  • 2021-11-15
  • 2022-12-23
  • 2021-08-25
  • 2021-09-18
  • 2021-08-22
猜你喜欢
  • 2021-12-09
  • 2022-12-23
  • 2022-12-23
  • 2021-12-15
  • 2022-02-27
  • 2021-11-25
相关资源
相似解决方案