shared folder virtualbox ubuntu

Shell
#after creating the shared folder in Virtual Box -> Settings -> Shared Folder (and making it permanent)

sudo mount -t vboxsf <Name-of-the-shared-folder> <path-to-the-directory-to-mount-to>

#This command is needed on every system reboot
Source

Also in Shell: