Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Symbolic links on Windows mounted filesystem fails #231

Closed
bbusacker opened this issue Apr 19, 2016 · 3 comments
Closed

Symbolic links on Windows mounted filesystem fails #231

bbusacker opened this issue Apr 19, 2016 · 3 comments

Comments

@bbusacker
Copy link

This is running build 14316.

Here is the command-line and the result.

root@localhost:/mnt/c/dmx# touch file
root@localhost:/mnt/c/dmx# ln -s file filelink
ln: failed to create symbolic link ‘filelink’: Operation not permitted

@benhillis
Copy link
Member

I can confirm that this has been fixed internally. I just tried this in our dev branch and the exact above commands are working in a /mnt/c directory. The fix is making its way to the flighting branch, sorry no firm ETA.

ben@BENHILL-VM7:/mnt/c/dmx$ touch file
ben@BENHILL-VM7:/mnt/c/dmx$ ln -s file filelink
ben@BENHILL-VM7:/mnt/c/dmx$ ll
total 12
drwxrwxrwx 2 root root 0 Apr 19 22:11 ./
drwxrwxrwx 2 root root 0 Apr 19 22:11 ../
-rwxrwxrwx 1 root root 0 Apr 19 22:11 file*
lrwxrwxrwx 1 root root 4 Apr 19 22:11 filelink -> file*
ben@BENHILL-VM7:/mnt/c/dmx$

@russalex
Copy link
Contributor

Starting to consolidate bugs. Tracking in #6. Please go ahead and close this one out.

@benhillis
Copy link
Member

Closing this out, we'll be using #6 to track this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants