在虚拟机上安装

yum -y install nfs-utils rpcbind

进入/etc/exports编辑

vim /etc/exports
里面写 /houme/www 192.168.1.136/24(rw)
里面写的 Windows IP 地址
NFS Linux --Windows

开启: 开启顺序不能错
systemctl restart rpcbind

systemctl restart nfs

关闭防火墙
systemctl stop firewalld

setenforce 0

**在Windows中打开验证

关闭防火墙

打开以下**
NFS Linux --Windows
NFS Linux --WindowsNFS Linux --WindowsNFS Linux --Windows

连接成功
输入 mount \192.168.1.130\home\www y:
输\ 两个\

NFS Linux --Windows

相关文章:

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