Vagrant was unable to mount VirtualBox shared folders

后端 未结 8 1770
一生所求
一生所求 2021-01-29 18:17

Current setup: Virtualbox 5.1.20 with Vagrant 1.9.3

Previous working setup: Virtualbox 5.1.18 with Vagrant 1.9

8条回答
  •  臣服心动
    2021-01-29 19:00

    For me the following commands followed by a reboot of the guest system helped:

    cd /opt/VBoxGuestAdditions-*/init  
    sudo ./vboxadd setup
    

    I found the solution here. Referring to this post you need to stop vboxadd before triggering the commands (I didn't do so since I don't know what vboxadd is).

提交回复
热议问题