Right Ctrl + N will bring up system information so you can see if you have Guest Additions added.
Installing Guest Additions in Ubuntu/Mint/ect…
sudo /media/$USER/VBox_GAs*/VBoxLinuxAdditions.run
For the Linux Guest to use shared folders, the system needs to be modified to give access. You can do this by running this command (and you may have to logout/in or reboot after for it to work).
sudo usermod -aG vboxsf $USER
-
This topic was modified 9 months, 2 weeks ago by
Voodoo.
-
This topic was modified 9 months, 2 weeks ago by
Voodoo.
-
This topic was modified 9 months, 2 weeks ago by
Voodoo.