VirtualBox guest additions in CentOS VM (shared folders and clipboard)



VirtualBox guest additions in CentOS VM (shared folders and clipboard)

VirtualBox guest additions in CentOS VM (shared folders and clipboard)

In the previous video we went through the installation of a CentOS virtual machine inside VirtualBox. Today we’ll quickly go through how to set up Guest Additions in a CentOS virtual machine in VirtualBox and then enable clipboard and shared folders.
#virtualbox #guestadditions #centos #virtualmachine

Previous video about installing CentOS VM: https://youtu.be/iw5QFqSw0DU

Commands to install packages:
sudo dnf install epel-release
sudo dnf install gcc make perl kernel-devel kernel-headers bzip2 dkms

Command to add user to vboxsf group:
sudo usermod –append –groups vboxsf $USER

Comments are closed.