Installing VirtualBox Guest Additions on Windows Host and Centos 7 Guest
Centos 7 Guest
SSH into Centos 7 Guest OS
yum update kernel*
yum install -y gcc kernel-devel kernel-headers dkms make bzip2 perl
reboot now
Windows Host
Centos 7 Guest
SSH again
mkdir /media/VirtualBoxGuestAdditions
mount /dev/cdrom /media/VirtualBoxGuestAdditions
cd /media/VirtualBoxGuestAdditions
./VBoxLinuxAdditions.run
Windows Host
Centos 7 Guest
SSH again
mkdir /mnt/temp
mount -t vboxsf temp /mnt/temp
ls /mnt/temp
Loading