09-06-2019, 07:36 AM
This is the solution I found:
In my case I had to install the latest virtualbox guest additions iso inorder to fix my resolution problem(1920 x 1080). I got warnings that this version(6.0) was not supported. Because of that, I believe the service 'virtualbox-guest-utils' is not started during boot despite having been set as 'enabled'.
To mount your shared folder just execute the command:
sudo systemctl start virtualbox-guest-utils.service
Your shared folder will be mounted automatically at the location you specified in Virtual Box machine folders.
Note: You will have to start the service manually everytime you reboot your machine in order to mount virtual box machine folders
In my case I had to install the latest virtualbox guest additions iso inorder to fix my resolution problem(1920 x 1080). I got warnings that this version(6.0) was not supported. Because of that, I believe the service 'virtualbox-guest-utils' is not started during boot despite having been set as 'enabled'.
To mount your shared folder just execute the command:
sudo systemctl start virtualbox-guest-utils.service
Your shared folder will be mounted automatically at the location you specified in Virtual Box machine folders.
Note: You will have to start the service manually everytime you reboot your machine in order to mount virtual box machine folders