Last active
August 29, 2015 14:11
-
-
Save adrienkaiser/cfe54aa6489bfada33a1 to your computer and use it in GitHub Desktop.
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
# Mount shared folder from windows to U | |
# http://helpdeskgeek.com/virtualization/virtualbox-share-folder-host-guest/ | |
$ mount -t vboxsf VBoxShare ~/VBoxShare | |
$ sudo apt-get install virtualbox-guest-dkms virtualbox-guest-utils virtualbox-guest-x11 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment