Skip to content

Instantly share code, notes, and snippets.

@get-data-
Created October 15, 2017 17:05
Show Gist options
  • Save get-data-/19e5850abdd00082aaa359b404fbe3e1 to your computer and use it in GitHub Desktop.
Save get-data-/19e5850abdd00082aaa359b404fbe3e1 to your computer and use it in GitHub Desktop.
sudo mount -t vboxsf NAME_OF_HOST_FOLDER ~/NAME_OF_GUEST_FOLDER/
@get-data-
Copy link
Author

Get guest additions installed

$ sudo apt-get install dkms build-essential linux-headers-$(uname -r)
$ sudo -s
$ ~~~GUESTADDITIONS_FILE_NAME.run

@get-data-
Copy link
Author

#How to add yourself to shared folder
$sudo usermod -a -G vboxsf <NAME_OF_USER>

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