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

前端 未结 11 1489
滥情空心
滥情空心 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:32

    I have similar issue, check header if it's not match then run below command

    CentOS: sudo yum update && sudo yum -y install kernel-headers kernel-devel

    vagrant reload

    it works for me.

提交回复
热议问题