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

Directory symlink created in Windows does not work in WSL #2965

Closed
szilvaa opened this issue Feb 19, 2018 · 1 comment
Closed

Directory symlink created in Windows does not work in WSL #2965

szilvaa opened this issue Feb 19, 2018 · 1 comment

Comments

@szilvaa
Copy link

szilvaa commented Feb 19, 2018

  • Your Windows build number:
Microsoft Windows [Version 10.0.16299.248]
  • What you're doing and what's happening:

In Windows cmd.exe shell:

C:\>mklink /d AppData c:\Users\szilv\AppData
symbolic link created for AppData <<===>> c:\Users\szilv\AppData

Then in WSL (Ubuntu 16.04) shell:

$ls -l /mnt/c/AppData
ls: cannot read symbolic link '/mnt/c/AppData': Input/output error
lrwxrwxrwx 0 root root 0 Feb 19 14:19 /mnt/c/AppData
  • What's wrong / what should be happening instead:

The directory symbolic link created in Windows does not work. Regular symbolic links (i.e. files) work.

  • Strace of the failing command, if applicable:

https://gist.github.com/szilvaa/15eedc81323b9669acddf53c843f7052

@therealkenc
Copy link
Collaborator

therealkenc commented Feb 19, 2018

Version 10.0.16299.248

#2898 (message)

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

No branches or pull requests

2 participants