Skip to content

Instantly share code, notes, and snippets.

@blachniet
Created April 28, 2014 00:16
Show Gist options
  • Save blachniet/11358786 to your computer and use it in GitHub Desktop.
Save blachniet/11358786 to your computer and use it in GitHub Desktop.
Vagrant Notes

Vagrant Notes

Troubleshooting

Fails to Mount Shared Folder

Run the following command on the guest:

sudo ln -s /opt/VBoxGuestAdditions-4.3.10/lib/VBoxGuestAdditions /usr/lib/VBoxGuestAdditions

Then, reload the guest

vagrant reload

http://stackoverflow.com/a/22723807/389899

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment