My host machine is a MAC (monterey) and I have vagrant with an Ubuntu(hashicorp/bionic64) box. I am trying to sync a folder with the host, but when I do, I can no longer access the folder on the virtual machine and it does not show up on the host.
Folders seem to mount OK:
==> default: Mounting shared folders…
default: /vagrant => /Users/wintas/apps/vagrant/openEMR
default: /var/www/html/openemr => /Users/wintas/apps/vagrant/openEMR/openemr
The permissions on the vagrant folder are:
drwxr-xr-x 1 vagrant vagrant 64 Mar 23 18:53 openemr
Any ideas appreciated.