vagrant本地和虚拟机同步目录数据报错

上次写了一篇 windows下VirtualBox vagrant的安装配置 之前因为要赶项目没继续往下操作,今继续操作时碰到了以下问题,记录如下。

在本地和虚拟机同步时,修改配置文件

config.vm.synced_folder “E:/apiweb/git/viPHPer”, “/home/wwwroot/default/viPHPer”

但是用 vagrant reload 重启时,总是在报错,数据没办法同步,错误如下:

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:

标红的是重点,说明不支持 vBoxsf,需要安装相应的插件

在window下的cmd中执行

vagrant plugin install vagrant-vbguest

然后重启:vagrant reload

看看具体效果是不是可以啦!

相关文章

IT之家 10 月 31 日消息,苹果公司面向数据科学家、3D 艺术家...
鞭牛士 10月30日消息,被戏称为“中国AI教父”的网络红人李一...
IT之家 10 月 31 日消息,Meta 首席执行官马克・扎克伯格在第...
IT之家 10 月 31 日消息,当地时间 30 日,OpenAI 宣布,为了...
据路透社报道,OpenAI 正在与 博通(Broadcom)合作开发其 首...
IT之家 10 月 31 日消息,OpenAI 今日宣布,ChatGPT 的高级语...