- Create a folder on Windows PC
- Add the folder in Shared Folders settings on VirtualBox and set to
Auto-mount
- Install virtual-guest-utils your VM Linux
sudo apt install virtualbox-guest-utils
- Add your VM Linux user to the vboxsf group
sudo usermod -G vboxsf -a <username>
- The shared folder is in the path
/media/sf_<foldername>
Last active
July 4, 2017 17:05
Share folder between Windows and Linux with VitualBox automaticaly
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment