Mike Heinen

Results 2 comments of Mike Heinen

Any progress on this issue? I'm having same problem (i.e. `mount error(13): Permission denied`). I have Vagrant version: 2.3.1 Host OS: Windows 10 Enterprise Box: almalinux/8 From the debug output...

I was able to work around by add mount option to my synced_folder config (i.e. `config.vm.synced_folder "files", "/home/vagrant/tmp", { mount_options: ["username="] } `. Not sure if this is related, but...