Skip to content

Instantly share code, notes, and snippets.

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