Skip to content

Instantly share code, notes, and snippets.

@atularvind
Created October 4, 2016 05:18
Show Gist options
  • Save atularvind/25c4727407fec0f7f514a65e47280185 to your computer and use it in GitHub Desktop.
Save atularvind/25c4727407fec0f7f514a65e47280185 to your computer and use it in GitHub Desktop.
Virtual box share folder Host Linux mint to guest Ubuntu 16.04 LTS
In virtual box image settings go to the shared folder tab.
add a desired folder you wanted to share.
on the guest install
sudo apt-get install virtualbox-guest-additions-iso
you should see the /media/sf_share_folder
mount that on the home folder using, here ws is my workspace
sudo mount -t vboxsf ws /home/atul/ws/
now you should access the /home/atul/ws/.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment