Last active
September 14, 2015 00:02
-
-
Save cfpperche2/e66560dc9f6f7e00c705 to your computer and use it in GitHub Desktop.
VB utils
This file contains 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
# 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