haneWIN NFS Server
Run as administrator
Edit Exports, then choose the checkbox “Set excute bit for all files” if you need to run
Open Ports in Windows Firewall for NFS Server
mount
mkdir nfs_share mount -t nfs 192.168.xxx.xxx:/nfs_share /home/root/nfs_share umount nfs_share/