-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mounting NFS Shared folders on windows 10 #117
Comments
taskkill /f /im winnfsd.exe |
I had the same issue and it ended up being the windows firewall. You can TEMPORARILY disable the windows firewall for all networks and see if that fixes it. If it does make sure to re-enable the firewall and allow the winnfsd service through the firewall. |
@Yamaha32088 Thanks it worked for me. After updating winnfsd I had 2 versions. I gave the firewall permission to all of them and it worked. |
Yeah, this plugin ususally adds firewall rules by itself. That seems broken. |
I had Eset NOD32 Internet security installed and I had to allow nfs and vmware inside the firewall settings. Antivirus in automatic mode doesn't alert you and it block all connections by default. |
Hi,
I have an ubuntu vagrant box (vagrant version 1.9.6) on windows 10 guest, I installed plugin
vagrant plugin install vagrant-winnfsd
and on ubuntu I did
sudo apt-get install nfs-kernel-server
But with vagrant up I'm stuck at
==> default: Mounting NFS shared folders...
config.vm.network "private_network", type: "dhcp"
config.vm.synced_folder ".", "/var/www", type: "nfs"
Thanks,
The text was updated successfully, but these errors were encountered: