Skip to content

Instantly share code, notes, and snippets.

@kuzemkon
Created August 5, 2016 19:33
Show Gist options
  • Save kuzemkon/bfdb0e73841013771d617380dcf17771 to your computer and use it in GitHub Desktop.
Save kuzemkon/bfdb0e73841013771d617380dcf17771 to your computer and use it in GitHub Desktop.
VirtualBox links setup
# if running inside VirtualBox on a shared folder
# you must enable symlinks on the shared folder
$ VBoxManage setextradata "<vm name>" VBoxInternal2/SharedFoldersEnableSymlinksCreate/<shared folder> 1
# verify with
$ VBoxManage getextradata "<vm name>" enumerate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment