winnfsd / vagrant-winnfsd

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

Weird issue on freebsd guest #56

Closed krzysztofantczak closed 8 years ago

krzysztofantczak commented 9 years ago

I'm mounting local project (from host) to /var/www (on guest), using following code (actually default vagrant directory also doesn't work):

config.vm.synced_folder ".", "/var/www", :mount_options => ["dmode=777", "fmode=666"], :nfs => true

Now on host (windows):

echo "test" > foo

And the result on guest (freebsd) is:

% ls /var/ww
% cat /var/www/foo
test

So files are there! Sync works fine in both directions but:

  1. i'm unable to see those files/directories using unix commands
  2. when i put nginx vhost in my project directory, nginx also can't see it

Also, there is no indication of any error on both sides - nothing in logs, nothing weird in vagrant output.

Any ideas?

marcharding commented 8 years ago

I'm closing this issue, please see https://github.com/winnfsd/vagrant-winnfsd/issues/78 for a proposed solution and a fixed exe.