Linux guest shared folder
You will need to have guest additions fully installed on the guest and have a folder shared with the guest see Vbox linx guest additions.
It easier to add your user to the vboxsf group.
sudo usermod -a -G vboxsf cloudcowboy
Mount the share to the mount point you desire.
sudo mount -t vboxsf -o sharename mountpoint