Skip to content

Instantly share code, notes, and snippets.

@cfpperche2
Last active September 14, 2015 00:02
Show Gist options
  • Save cfpperche2/e66560dc9f6f7e00c705 to your computer and use it in GitHub Desktop.
Save cfpperche2/e66560dc9f6f7e00c705 to your computer and use it in GitHub Desktop.
VB utils
# mount shared folders with user permissions
sudo mount -t vboxsf -o uid=1000,gid=1000 UNICAMP /home/vilma/UNICAMP/
# The solution for me was to stop vboxadd and do a setup after that:
# cd /opt/VBoxGuestAdditions-*/init
# sudo ./vboxadd setup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment