linux虚拟机1ip192.168.1.217
1.win+r 输入cmd 用ifconfig查看windowsip
nfs windows与linux
2.yum -y install nfs-utils
vim /etc/exports
/data/zzy 192.168.1.135/24(rw,no_root_squash)

exportfs -r

systemctl start rpcbind
systemctl start nfs

3.在windows上开启
nfs windows与linux

4.win+R 输入cmd敲回车

mount \192.168.1.217\data\zzy :x

nfs windows与linux

相关文章:

  • 2022-01-08
  • 2022-12-23
  • 2021-12-09
  • 2021-10-30
  • 2021-06-21
猜你喜欢
  • 2021-10-25
  • 2021-08-02
  • 2021-08-31
  • 2021-11-09
  • 2022-01-10
  • 2021-11-22
  • 2022-01-12
相关资源
相似解决方案