Files
notes/ressources/linux-server/share-files-to-linux-vm.md
2025-02-08 21:56:24 +01:00

8 lines
301 B
Markdown

# 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`