[root@dashboard1 dev]# mount -t vboxsf dashboardProj ~/share/
mount: unknown filesystem type 'vboxsf'
I see that it does not recognize the type vboxsf, so I installed Guest Additions through the following commands:
yum install kernel-devel
yum install gcc*
yum install epel-release
I'm very new to both CentOS and VBox, so be gentle and I appreciate all help here.