Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luankevinferreira/7df60acfe36ad2cfb78b3f534018b335 to your computer and use it in GitHub Desktop.
Save luankevinferreira/7df60acfe36ad2cfb78b3f534018b335 to your computer and use it in GitHub Desktop.
Share folder between Windows and Linux with VitualBox automaticaly
  1. Create a folder on Windows PC
  2. Add the folder in Shared Folders settings on VirtualBox and set to Auto-mount
  3. Install virtual-guest-utils your VM Linux sudo apt install virtualbox-guest-utils
  4. Add your VM Linux user to the vboxsf group sudo usermod -G vboxsf -a <username>
  5. The shared folder is in the path /media/sf_<foldername>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment