first commit

This commit is contained in:
2025-02-08 21:56:24 +01:00
commit 1f9564ca6a
471 changed files with 74368 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# 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`