Não consegui fazê-lo funcionar no fstab. A única coisa que funcionou foi rc.local (que está em um local estranho em centos 7):
#Edit the startup script
vi /etc/rc.d/rc.local
#Add the line (at the end):
sharedfoldername /webapps/apps/destfolder vboxsf rw,uid=48,gid=48 0 0
#Make it executable: (This is required in CentOS 7)
chmod +x /etc/rc.d/rc.local
Em seguida, reinicie.
Graças a isso: link