请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

正在回答

2回答

vagrant plugin install vagrant-vbguest
vagrant destroy && vagrant up

这个命令可能方便点,您先试试这个吧,比下面那种方式安装要方便

0 回复 有任何疑惑可以回复我~
  • 提问者 initcap #1
    非常感谢!
    回复 有任何疑惑可以回复我~ 2018-03-01 19:59:51
  • 赵梦 #2
    我跟这个错误一样,然后执行了
    vagrant plugin install vagrant-vbguest
    vagrant destroy && vagrant up
    之后还是报错。
    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 home_vagrant_labs /home/vagrant/labs
    
    The error output from the command was:
    
    /sbin/mount.vboxsf: mounting failed with the error: No such device
    回复 有任何疑惑可以回复我~ 2018-07-23 15:57:31
  • 麦兜搞IT 回复 赵梦 #3
    您试试vagrant  2.0.1?
    回复 有任何疑惑可以回复我~ 2018-07-24 16:14:27
麦兜搞IT 2018-03-01 19:03:02

https://segmentfault.com/a/1190000002869922  可以试试这个。另外你先通过vagrant status查看是不是机器已经运行,然后可以vagrant ssh +name 进到机器里面了。

➜  tmp vagrant status
Current machine states:
default                   running (virtualbox)
The VM is running. To stop this VM, you can run `vagrant halt` to

shut it down forcefully, or you can run `vagrant suspend` to simply

suspend the virtual machine. In either case, to restart it again,

simply run `vagrant up`.

➜  tmp vagrant ssh default

[vagrant@localhost ~]$

[vagrant@localhost ~]$

这个错误是说没有同步labs文件到机器里面。

0 回复 有任何疑惑可以回复我~
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信