301 B
301 B
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_SHAREon guest - use the command
mount -t vboxsf HOST_SHARE GUEST_SHARE