最終更新日:2021.02.19
エラー内容
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!
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