삽더하기실수

Vagrant /mnt 오류 해결방법 본문

Vagrant

Vagrant /mnt 오류 해결방법

삽수 2023. 8. 27. 15:30
반응형

Ubuntu Vagarnt 파일 설정중 오류가 나온다면

오류화면

Vagrant assumes that this means the command failed!
umount /mnt
Stdout from the command:
Stderr from the command:
umount: /mnt: not mounted

 

해당 명령어를 추가해준다.

cfg.vbguest.auto_update = false
반응형