Open gggeek opened 9 years ago
This morning I started Vagrant from an elevated command prompt (vagrant 1.7.4 + vbox 5.0 + win 8.1) - the problem I get when trying to make symlinks is now different - instead of a permission denied error message, I get a symlink created pointing to the wrong folder: it uses windows-style path separators!
vagrant@vagrant-ubuntu-trusty-64:/var/www/summercamp/workshops/ez-performance/web$ ln -s ../ezpublish_legacy/extension extension
vagrant@vagrant-ubuntu-trusty-64:/var/www/summercamp/workshops/ez-performance/web$ ll lrwxrwxrwx 1 vagrant vagrant 0 Aug 28 2015 extension -> ..\ezpublish_legacy\extension
Also mentioned here: http://stackoverflow.com/questions/31830915/symlinks-in-shared-folder-of-virtual-box-with-windows-10-host
Seems to be fixed in the latest VBox nightly builds - https://www.virtualbox.org/ticket/14434
Grrr, I installed the nightly build and now I am back to
ln: failed to create symbolic link ‘share’: Protocol error
even though
I think this relates to https://www.virtualbox.org/ticket/10085