после обновления до vagrant 2.1.1 мои vagrant синхронизированные папки больше не работают на гостях centos / 7, последний хост osx, сообщая мне:
Vagrant was unable to mount VirtualBox shared folders. This is usually
because the filesystem "vboxsf" is not available. This filesystem is
made available via the VirtualBox Guest Additions and kernel module.
Please verify that these guest additions are properly installed in the
guest. This is not a bug in Vagrant and is usually caused by a faulty
Vagrant box. For context, the command attempted was:
mount -t vboxsf -o uid=1000,gid=1000 vagrant /vagrant
The error output from the command was:
/sbin/mount.vboxsf: mounting failed with the error: No such device
$ vagrant plugin list
vagrant-cachier (1.2.1)
vagrant-hostmanager (1.8.8)
vagrant-vbguest (0.15.1)
$ vagrant box list
centos/7 (virtualbox, 1803.01)
node_config.vm.synced_folder ".", "/vagrant", type: "virtualbox"
кто-нибудь испытывает то же самое, и / или есть подсказка для решения этой проблемы?