1-Share the windows folder through 'Devices > Shared folders'
2-Install Guest Additions through 'Devices > Insert Guest Additions CD Image'
3-Open terminal and execute :
4-Open your file manager, and you should see the contents of ~/Public
src - https://www.techrepublic.com/article/how-to-share-folders-between-guest-and-host-in-virtualbox/
2-Install Guest Additions through 'Devices > Insert Guest Additions CD Image'
3-Open terminal and execute :
JavaScript:
sudo mount -t vboxsf yoursharedfoldername ~/Public
4-Open your file manager, and you should see the contents of ~/Public
src - https://www.techrepublic.com/article/how-to-share-folders-between-guest-and-host-in-virtualbox/