Skip to content

Instantly share code, notes, and snippets.

@jrhea
Created May 13, 2014 05:19
Show Gist options
  • Save jrhea/283e48f6178caa581a08 to your computer and use it in GitHub Desktop.
Save jrhea/283e48f6178caa581a08 to your computer and use it in GitHub Desktop.
Share a folder between host and guest OS.
echo Creating shared folder...
VBoxManage sharedfolder add "foo" --name "host" --hostpath C:\shared --automount
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment