I am trying to mount share folders in kali by running this sudo mount -t vboxsf shared_name mount_point but it throws an error /sbin/mount.vboxsf: mounting failed with the error: No such device.

I've added the user to vboxsf group, already installed guest utils by apt-get install virtualbox-guest-x11
I've also tried sudo mount -t vboxsf -o rw,uid=1000,gid=100 shared_name mount_point but again it throws the same error.
I've tried other methods listed here: https://askubuntu.com/questions/1030...-and-windows-7 and modprobe is not working in kali.
Any solution?
Thanks