centos7-nfs세팅하고 윈도우10에서 mount 하면 연결되었다고 나오는데
드라이브 보이질 않네요;;;
#mkdir /testnfs
#chmod 777 /testnfs
#vi /etc/exports
/testnfs 192.168.0.0/24(rw)
#systemctl restart rpcbind nfs-server
#firewall-cmd --permanent --zone=public --add-service=nfs
#firewall-cmd --reload
윈도우10
>mount 192.168.0.100:/testnfs z:\
연결됬으나 드라이브 안생김