-
VirtualBox Guest Additions
- This system is currently not set up to build kernel modules. Please install the gcc make perl packages from your distribution.
- sudo apt-get install gcc make perl
- cd /media/zlonov/VBox_GAs_7.0.8
- sudo ./VBoxLinuxAdditions.run
-
VirtualBox shared folder permissions
- Add yourself to the vboxsf group within the guest VM.
- sudo adduser zlonov vboxsf
- To take effect you should log out and then log in, or you may need to reboot.