winnfsd / vagrant-winnfsd

Manage and adds support for NFS for Vagrant on Windows.
Other
567 stars 62 forks source link

Freezing on Mounting using Windows 10 and Vagrant 1.8.1 #79

Open KevinM2k opened 8 years ago

KevinM2k commented 8 years ago

Hi, Trying to get this working on my new windows 10 machine, I have allowed winnfsd though the firewall and I have checked to ensure the firewall isn't blocking it as much as I can - i've managed to get it working on my old windows 8.1 machine and vagrant 1.7.9, the config I have on my windows 10 machine is very similar.

Finding that it is timing out when trying to mount, I ran the command: sudo mount -o 'vers=4,nolock' 192.168.33.87:'/c/Users/kevin/Web' /home/vagrant

but get the following: mount: no type was given - I'll assume nfs because of the colon mount.nfs: timeout set for Fri Jan 8 20:39:05 2016 mount.nfs: trying text-based options 'vers=4,nolock,addr=192.168.33.87,clientaddr=192.168.33.87' mount.nfs: mount(2): Connection timed out mount.nfs: Connection timed out

I have tried turning winnfsd logging on but just get the following: Portmap daemon started NFS daemon started Mount daemon started Local IP = 192.168.99.1 Type 'help' to see help

Only thing that confuses me is that it says the local IP is 192.168.99.1 not sure what it thinks is that IP address or whether that is the reason nothing seems to be happening.

Any help?

Thanks

DavyJohnes commented 8 years ago

Hi, try to run 'vagrant up' with administrator privileges.

taurgis commented 8 years ago

Running as an admin solves the issue.