博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
vagrant up启动报错
阅读量:6965 次
发布时间:2019-06-27

本文共 830 字,大约阅读时间需要 2 分钟。

hot3.png

报错详情:

Failed to mount folders in Linux guest. This is usually because

the "vboxsf" file system is not available. Please verify that

the guest additions are properly installed in the guest and

can work properly. The command attempted was:

mount -t vboxsf -o uid=`id -u vagrant`,gid=`getent group vagrant | cut -d: -f3`

vagrant /vagrant

mount -t vboxsf -o uid=`id -u vagrant`,gid=`id -g vagrant` vagrant /vagrant

The error output from the last command was:

/sbin/mount.vboxsf: mounting failed with the error: No such device

网上差了半天,谷歌上说是

VBoxGuestAdditions-4.3.10 版本问题ln -s /opt/VBoxGuestAdditions-4.3.10/lib/VBoxGuestAdditions /usr/lib/VBoxGuestAdditions虚拟机上的是VBoxGuestAdditions-4.3.12/lib/VBoxGuestAdditions,执行后还是报原错误后来在虚拟机上执行sudo /etc/init.d/vboxadd setup然后windows下执行vagrant reload

转载于:https://my.oschina.net/604388847/blog/632037

你可能感兴趣的文章
深入浅出Docker(一):Docker核心技术预览
查看>>
安卓开发_求好评功能
查看>>
Java中Scanner的使用方法
查看>>
Cocos2d-x 创建自己定义项目模板
查看>>
[Spring MVC] - Spring MVC环境搭建
查看>>
解决chrome extension无法下载的问题
查看>>
超酷的Android 侧滑(双向滑动菜单)效果
查看>>
Velocity魔法堂系列二:VTL语法详解
查看>>
正则表达式
查看>>
现行技术体系的问题总结
查看>>
fibonacci 数列及其应用
查看>>
Win7 SP1语言包微软官方下载地址及使用方法 2
查看>>
C++ Error: no appropriate default constructor available
查看>>
Ubuntu Linux系统下apt-get命令详解
查看>>
javaWeb学习总结(4)- HttpServletResponse
查看>>
轻量级UML工具-UMLet
查看>>
【读书笔记《Android游戏编程之从零开始》】17.游戏开发基础(游戏适屏的简述和作用、让游戏主角动起来)...
查看>>
.NET 中关于 TypeCode 和枚举类型的问题
查看>>
cidaemon.exe进程cpu占用率高及关闭cidaemon.exe进程方法
查看>>
CheckBoxPreference组件
查看>>