Created
August 2, 2013 05:25
-
-
Save ckng/6137694 to your computer and use it in GitHub Desktop.
Enable symbolic link in virtualbox shared folder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
need to run VirtualBox as administrator under Windows.