PDA

View Full Version : Shared folders in Kali 2016.1amd64 as guest in virtualbox version 5.0.20 r106931 .



finch
2016-06-02, 21:42
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/103069/shared-folder-in-virtualbox-ubuntu-and-windows-7 and modprobe is not working in kali.
Any solution?
Thanks