Vagrant error : Failed to mount folders in Linux guest

后端 未结 21 2426
臣服心动
臣服心动 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:15

    Install the vagrant-vbguest plugin by running this command:

    vagrant plugin install vagrant-vbguest
    

提交回复
热议问题