Skip to content

Instantly share code, notes, and snippets.

@refactormyself
Created May 4, 2020 22:47
Show Gist options
  • Save refactormyself/529b8a0270e34fb0e9e50da41d2f4b68 to your computer and use it in GitHub Desktop.
Save refactormyself/529b8a0270e34fb0e9e50da41d2f4b68 to your computer and use it in GitHub Desktop.
Create VirtualBox Shared Folder and Enable Symbolic Link
  • Do the obvious creation of shared folder

  • Add user to group $ sudo adduser $(whoami) vboxsf && reboot

  • Permit symblink creation $ VBoxManage setextradata LK-Dev-LubuntuBionic VBoxInternal2/SharedFoldersEnableSymlinksCreate/lkdev 1

    ref: https://serverfault.com/a/367839

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment