winnfsd / vagrant-winnfsd

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

Win 8.1 Pro 64bit Vagrant 1.7.2 #41

Open Flightfreak opened 9 years ago

Flightfreak commented 9 years ago

I've been trying to get this to work for a few days now but with little success. Sometimes it works for a few hours, but then it fails again for no apparent reason.

The firewall rules are added and double checked. I have the log option forced on as this is a good indicator to know if it is working or not.

It never works after the regular up command. The service does not seem to start and the mounting process just hangs. When i do a reload it works. Till the reload command fails (happens from time to time). The vagrant box end's up corrupt, and i have to go through the whole creation and provision process again. Which does not seem to work with the nfs type option, so i have to reload with it after the initial creation.

When i try it manually, i get:

C:\Users\User\.vagrant.d\gems\gems\vagrant-winnfsd-1.0.11\bin\winnfsd.exe C:\Github\project

Path #1 is: C:\Github\project, path alias is: /C/Github/project
Portmap daemon started
NFS daemon started
Mount daemon starts failed.

I know this is all a bit vague but hopefully of some help to get this to work stable.

jimmerioles commented 9 years ago

mine doesnt load up too, theres no winnfsd.exe process running

jimmerioles commented 9 years ago

now working but git bash hangs up

PMPP commented 9 years ago

Perhaps share also the vagrant config?

IbnSaeed commented 9 years ago

i am having the same issue as the OP. I am on windows 8.1 pro 64bit

Portmap daemon started NFS daemon started Mount daemon starts failed.

The only way is to vagrant destroy the vm and create a new one.

This is destructive and i loose all the work. I cant seem to solve it.