﻿id,summary,reporter,owner,description,type,status,component,version,resolution,keywords,cc,guest,host
14434,VirtualBox on Windows10 creates symlinks as backslashes => Fixed in SVN,kouik,,"Hi,

Running Windows 10 Home edition, vagrant 1.7.4, vbox 5.0.1, and an Ubuntu14.04 64bits box.

Just noticed the following behavior : When logged in on the VM as vagrant user, i cannot create a symlink, it will create a symlink using backslashes instead of forward slashes.

See commands below.


{{{
vagrant@vvv:/srv/www/wordpress-default/wp-content$ ln -s /srv/wpca-plugins plugins
vagrant@vvv:/srv/www/wordpress-default/wp-content$ ls -al                       total 13
drwxrwxr-x 1 www-data vagrant 4096 Aug 13 12:23 .
drwxrwxr-x 1 www-data vagrant 4096 Aug 13 12:20 ..
-rwxrwxr-- 1 www-data vagrant   28 Aug 13 12:03 index.php
drwxrwxr-x 1 www-data vagrant 4096 Aug 13 12:04 languages
lrwxrwxr-- 1 www-data vagrant    0 Aug 13 12:23 plugins -> \srv\wpca-plugins
lrwxrwxr-- 1 www-data vagrant    0 Aug 13 12:07 themes -> \srv\wpca-themes
drwxrwxr-x 1 www-data vagrant    0 Aug 13 12:04 upgrade
vagrant@vvv:/srv/www/wordpress-default/wp-content$ cd plugins
-bash: cd: plugins: No such file or directory
vagrant@vvv:/srv/www/wordpress-default/wp-content$ cd \srv\wpca-plugins
-bash: cd: srvwpca-plugins: No such file or directory
vagrant@vvv:/srv/www/wordpress-default/wp-content$ cd /srv/wpca-plugins
vagrant@vvv:/srv/wpca-plugins$ ls -al
total 136
}}}
",defect,closed,other,VirtualBox 5.0.0,fixed,"vbox, links, symlinks, ubuntu",,Windows,Linux
