Closed lwiechec closed 3 years ago
...my puzzlement is somewhat reduced when I just - turn off the NFS:
config.nfs.functional = false # disables NSF
config.vm.synced_folder "./", "c:/vagrant", type: "rsync"
sorry for a non-bug!
That's interesting, it works in my machine as:
There are a couple of differences. I'm using .
and /vagrant
, but you are using ./
and c:/vagrant
. Can you try that instead?
thanks Rui - using /vagrant
means I don't have to explicitly turn off NFS.
Hi, thanks for making this project, it's very cool to be able to build own Windows base box!
I have done so for Win 2016 for libvirt but when I try to in the following
Vagrantfile
the VM's startup fails with this error:
It seems that Vagrant is still trying to employ NFS somehow, even though I tell it to use rsync:
and I do see it using RSync in the log: