Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save arcaduf/536165173630a821c59e7410024804e0 to your computer and use it in GitHub Desktop.
Save arcaduf/536165173630a821c59e7410024804e0 to your computer and use it in GitHub Desktop.
VirtualBox: Windows host and Ubuntu virtual, how to share folders
Go to "Device" --> "Install Guest Additions"
As root, run the program VBoxLinuxAdditions.run
Go to "Device" --> "Shared folders" and select the folders of interest
sudo mkdir /media/windows-share
sudo mount -t vboxsf folder-name /media/windows-share
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment