mount: unknown filesystem type 'vboxsf'
来源:4-2 网络基础回顾
initcap
2018-03-01
写回答
2回答
-
vagrant plugin install vagrant-vbguest vagrant destroy && vagrant up
这个命令可能方便点,您先试试这个吧,比下面那种方式安装要方便
032018-07-24 -
麦兜搞IT
2018-03-01
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文件到机器里面。
00
相似问题