Vagrant Error: Unable to Mount VirtualBox Shared Folders (Guest Additions, vboxsf)

前端 未结 11 1484
滥情空心
滥情空心 2021-01-31 08:32

The Issue

I installed Vagrant on Windows 10 so I can create a personal local development environment in a virtual machine. Everything I\'ve read about Vagrant said I c

11条回答
  •  臣服心动
    2021-01-31 09:24

    Guest Additions is incompatible with the version of VirtualBox. Autoupdating VirtualBox Guest Additions will solve probably related issue:

    vagrant plugin install vagrant-vbguest

    I exprerienced this issue with these stack:

    • Windows 10
    • Oracle VirtualBox 5.1.16
    • Vagrant 1.9.2
    • config.vm.box = "hashicorp/precise64"

提交回复
热议问题