Skip to content

Instantly share code, notes, and snippets.

@ckng
Created August 2, 2013 05:25
Show Gist options
  • Save ckng/6137694 to your computer and use it in GitHub Desktop.
Save ckng/6137694 to your computer and use it in GitHub Desktop.
Enable symbolic link in virtualbox shared folder
VBoxManage.exe setextradata <vm> VBoxInternal2/SharedFoldersEnableSymlinksCreate/<share folder> 1
e.g.
VBoxManage.exe setextradata ubuntu-server VBoxInternal2/SharedFoldersEnableSymlinksCreate/www 1
VBoxManage getextradata ubuntu-server enumerate
@ckng
Copy link
Author

ckng commented Aug 2, 2013

need to run VirtualBox as administrator under Windows.

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