First create he folder you want to share:mkdir /mnt/shared_folderThen open to edit the rc.local file:nano /etc/rc.localAnd add the following line:mount -t vboxsf -w -o uid=1000,gid=1000 my_shared_folder /mnt/shared_folderAnd the last step: save, quit. Reboot
reboot

Recent Comments