# How to share folders between Windows host and Linux guest - In the VirtualBox Manager create a share folder for the respective guest - boot linux guest - install: `apt install virtualbox-guest-utils` - create folder `GUEST_SHARE` on guest - use the command `mount -t vboxsf HOST_SHARE GUEST_SHARE`