Vagrant upでboxから生成時にエラー【umount /mnt】

Vagrant upでboxから生成時にエラー【umount /mnt】

Vagrant upでboxから生成時にエラー【umount /mnt】

Vagrant upでboxから生成時にエラー【umount /mnt】
最終更新日:2021.02.19

エラー内容

The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!

umount /mnt

Stdout from the command:

Stderr from the command:

umount: /mnt: not mounted

以下コマンドで解決

ターミナル

コピー

vagrant plugin uninstall vagrant-vbguest

ターミナル

コピー

vagrant plugin install vagrant-vbguest --plugin-version 0.21