first commit
This commit is contained in:
7
ressources/linux-server/share-files-to-linux-vm.md
Normal file
7
ressources/linux-server/share-files-to-linux-vm.md
Normal 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`
|
||||
Reference in New Issue
Block a user