Virtualbox to sort
mkdir -p /mnt/host
mount -t vboxsf SharedFolder /mnt/host
Notes to store: virtualbox - shared clipboard issue: https://forums.virtualbox.org/viewtopic.php?t=15679
Kill shared clipboard process and restart:
alias fix_VBox="pkill VBoxClient 2>/dev/null; VBoxClient --clipboard && VBoxClient --seamless && VBoxClient --draganddrop"