vagrant up 报错
来源:4-1 本章概述和实验环境介绍
慕婉清2087003
2021-03-25
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
3回答
-
麦兜搞IT
2021-04-04
https://www.bilibili.com/video/BV1h5411n719/ 您看看这个能否帮助到您。
00 -
慕婉清2087003
提问者
2021-04-03
我执行
vagrant plugin install vagrant-vbguest,然后执行vagrant reload,又报错。
报错信息如下:
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!
umount /mnt
Stdout from the command:
Stderr from the command:
umount: /mnt: not mounted
022021-05-15 -
麦兜搞IT
2021-03-28
请问您的vagrant和virtualbox的版本?另外vagrant plugin list 可以看下您的plugin的版本么?
我这里有一个vagrant系列的视频,如果您对vagrant不是很了解,建议看看 https://www.bilibili.com/video/BV15t4y167zX/
022021-04-04
相似问题