Created
August 25, 2014 13:11
-
-
Save caseyw/871ed301121a3fa932d6 to your computer and use it in GitHub Desktop.
Vagrant Error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Error: | |
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 root`,gid=`getent group vagrant | cut -d: -f3` tmp_vagrant-puppet-3_manifests /tmp/vagrant-puppet-3/manifests | |
mount -t vboxsf -o uid=`id -u root`,gid=`id -g vagrant` tmp_vagrant-puppet-3_manifests /tmp/vagrant-puppet-3/manifests | |
Solution: | |
vagrant plugin install vagrant-vbguest | |
vagrant reload | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment