-
Notifications
You must be signed in to change notification settings - Fork 855
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
NTFS Junctions not seen by WSL #654
Comments
See #559, its on the backlog. |
When I create a symbolic link in WSL (ln -s) with a target also under /mnt/c it appears as a Junction but with empty contents - at least it does not point to the same place on the window side. I'd like to use for npm package development when linking to another package in WSL and using @code in windows |
Is there any news on this and syncronising links and junctions in general? I really want to use wsl with npm and VS Code but this is a blocking issue |
mklink (NTFS junctions) are seen as symlink in WSL (fall creator update 1709) But beware that it's case sensitive, and WSL cares about it.
Whereas
|
Closing as fixed in 1709. |
Time to use VS code and wsl then :) |
In a Windows command box in Administrator mode:
In WSL:
Looks like NTFS junction points and NTFS symbolic links are completely invisible to WSL code :(
It would be really super if this could be fixed. I understand from #353 why NTFS symbolic links can't be created by WSL, however WSL should be able to understand Windows symbolic and junction point types on anything inside /mnt/* for compatibility with Windows.
The text was updated successfully, but these errors were encountered: