Vagrant error : Failed to mount folders in Linux guest

后端 未结 21 2425
臣服心动
臣服心动 2020-11-27 08:46

I have some issues with Vagrant shared folders, my base system is Ubuntu 13.10 desktop.

I do not understand why I have this error is something that is not right conf

21条回答
  •  一整个雨季
    2020-11-27 09:42

    by now the mounting works on some machines (ubuntu) and some doesn't (centos 7) but installing the plugin solves it

    vagrant plugin install vagrant-vbguest
    

    without having to do anything else on top of that, just

    vagrant reload
    

提交回复
热议问题