VirtualBox & Linux Useful Stuff - Zacorich/omegacoin GitHub Wiki

VirtualBox: access Windows-host shared folders from Ubuntu-guest

The vm is already pre-installed with VirtualBox guest that automounts any host shared folder. In order to get access to thos folders from ubuntu user you mast add the user to correct group - solution link

sudo usermod -aG vboxsf ubuntu
--log out from ubuntu and login again to have access to all folders shared with that guest from ubuntu user