vagrant up 시 vboxsf 관련 에러(공유폴더)
배우는일
2014. 7. 24. 13:38
vagrant up 시에 다음과 같은 vboxsf 관련 에러를 보게되면,
Failed to mount folders in Linux guest. This is usually because
the "vboxsf" file system is not available. Please verify that
the guest additions are properly installed in the guest and
can work properly. The command attempted was:
mount -t vboxsf -o uid=`id -u vagrant`,gid=`getent group vagrant | cut -d: -f3` vagrant /vagrant
mount -t vboxsf -o uid=`id -u vagrant`,gid=`id -g vagrant` vagrant /vagrant
다음처럼 guest plugin 을 설치한다.
$ vagrant plugin install vagrant-vbguest
Installing the 'vagrant-vbguest' plugin. This can take a few minutes...
Installed the plugin 'vagrant-vbguest (0.10.0)'!
그리고, vagrant reload 를 한번 해준다.
반응형
'배우는일' 카테고리의 다른 글
vagrant 의 용량이 모자라요. 디스크를 추가해서 늘려보자. (0) | 2014.07.31 |
---|---|
vagrant 의 GuestAdditions 의 버전이 다르다고 나올 때 (0) | 2014.07.25 |
vagrant 에서 가상머신 메모리를 늘릴때 에러 - ubuntu 14.04 (0) | 2014.07.24 |
icinga 로 서버모니터링을 해보자 - ubuntu 14.04 (0) | 2014.07.23 |
vagrant up 시에 bridge 모드로 시작하기 - ubuntu 14.04 (0) | 2014.07.23 |
WRITTEN BY
- 1day1
하루하루 즐거운일 하나씩, 행복한일 하나씩 만들어 가요.
,