winnfsd / vagrant-winnfsd

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

NFS freeze after failed write #87

Open alexsapran opened 8 years ago

alexsapran commented 8 years ago

Hi all,

In general i am trying to mount a directory from windows 10 host to coreos guest and after executing a command that writes files the guest freezes and i can no longer access the share folder. More details: The host source folder is mounted and after the initial vagrant up command i can ssh into the guest and see the files (for example with ls -la) but when i issue a composer install which will download php dependencies after a while it freeze, for example:

....
- Installing googleads/googleads-php-lib (5.2.3)
    Downloading: 100%

I have started the winnfsd with logging on and i see this

....
[18:20:6] NFS WRITE \\?\C:\Users\Alexandros\pph\pph\vendor\googleads\googleads-php-lib\.git\objects\pack\tmp_pack_JS9vD4  fail
....

I see alot of issues related to NFS WRITE fail.

Can you provide some more insights on the issue?

Alex.

marcharding commented 7 years ago

Hm, i think i'll look into extra firewall checks/instructions for a future version.