Skip to content
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

Open
carlead opened this issue Nov 21, 2017 · 5 comments
Open

Mounting NFS Shared folders on windows 10 #117

carlead opened this issue Nov 21, 2017 · 5 comments

Comments

@carlead
Copy link

carlead commented Nov 21, 2017

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,

@DimIsaev
Copy link

taskkill /f /im winnfsd.exe

@Yamaha32088
Copy link

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.

@ohick
Copy link

ohick commented Mar 11, 2020

@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.

@func0der
Copy link

Yeah, this plugin ususally adds firewall rules by itself. That seems broken.
We need a fix for this.

@performize
Copy link

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.
Connection timeout disappear immediately after allowing connections.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants