Skip to content

Instantly share code, notes, and snippets.

@btheu
btheu / shared_folder_centos_virtualbox.txt
Created December 14, 2018 14:49 — forked from larsar/shared_folder_centos_virtualbox.txt
Mount shared folder on CentOS in VirtualBox
# The VirtualBox documentation[1] for how to install guest additions
# for Linux on a virtual host is somewhat messy. So here is what
# I did to make it work.
# Install the packages required
yum update
yum install gcc kernel-devel make
reboot