エラーメッセージ
1 |
Vagrant was unable to mount VirtualBox shared folders. |
エラーメッセージ全文
1 2 3 4 5 6 7 8 9 10 11 12 13 |
$ vagrant up Bringing machine 'default' up with 'virtualbox' provider... (略) default: Guest Additions Version: 5.0.6 default: VirtualBox Version: 6.0 ==> default: Mounting shared folders... default: /mnt/fuelphp => /Users/username/sharedir Vagrant was unable to mount VirtualBox shared folders. This is usually because the filesystem "vboxsf" is not available. This filesystem is made available via the VirtualBox Guest Additions and kernel module. Please verify that these guest additions are properly installed in the guest. This is not a bug in Vagrant and is usually caused by a faulty Vagrant box. For context, the command attempted was: |
原因
ここのバージョンが違うとエラーが出るらしい。つながってるときもあったのだけど…
default: Guest Additions Version: 5.0.6
default: VirtualBox Version: 6.0
対策
以下のコマンドで、対策プラグインをインストールする
1 |
vagrant plugin install vagrant-vbguest |
参考
Vagrantで共有フォルダのマウントに失敗するときの対処方法 – Qiita
Vagrant was unable to mount VirtualBox shared folders. This is usually ~
というエラーが出た時の対処 – 楽しいだけで十分です
vagrantでマウントエラーが発生する – Qiita
安定した開発環境とか人々は求めるけど、結局なんやかんやで起動しなかったり、挙動が異なったりするんですよね。