在虚拟机上安装
yum -y install nfs-utils rpcbind
进入/etc/exports编辑
vim /etc/exports
里面写 /houme/www 192.168.1.136/24(rw)
里面写的 Windows IP 地址
开启: 开启顺序不能错
systemctl restart rpcbind
systemctl restart nfs
关闭防火墙
systemctl stop firewalld
setenforce 0
**在Windows中打开验证
关闭防火墙
打开以下**
连接成功
输入 mount \192.168.1.130\home\www y:
输\ 两个\