virtual box create link between mounted folder code example
Example: shared folder virtualbox ubuntu
#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