-
Notifications
You must be signed in to change notification settings - Fork 821
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
Mapping network drive to \\wsl$\path does not work #3996
Comments
Fixed in 18860 (Skip Ahead). See issue #3854 |
See the previous linked issue. |
Hello I had the same problem today: impossible to map the distribution; here is the solution: https://www.reddit.com/r/bashonubuntuonwindows/comments/hos80y/comment/fxleabf TLDR: we first need to open the distribution (Ubuntu in my case), to do this, from you Windows start menu, click on the Ubuntu icon. Then the map network drive will work from File Explorer. |
Hello. Same problem encountered here just today as @drillyme 's error message. I am trying to map to a network drive because JetBrains' PyCharm debugger has difficulty showing current line-of-execution while debugging these files in a virtual wsl drive. I imagine other programs have compatibility problems with operating on files in the wsl virtual drive as well. Windows build: Microsoft Windows [Version 10.0.19043.1466] |
@cavo789 This is not the problem. The distribution is opened. Windows 11 build: 10.0.22572.0 (22572.1.amd64fre.ni_release.220304-1536) |
Hello
For my need, yes, this is the solution. Using what I've typed, I can map my folder. Something else in your case. Hope you'll find. |
Your Windows build number: (Type
ver
at a Windows Command Prompt)10.0.18362.53
In Windows explorer write address "\wsl$", select the displayed "Ubuntu" icon and select "Map network drive...". Try to map preselected path "Ubuntu" (grayed out, not editable) to driver letter W:. It will fail with "Windows cannot access Ubuntu" window.
Alternatively in command path try:
Would be nice to be able to map drive letter to \wsl$\distro_path. If this is not yet possible then Explorer should not display "Map network drive..." menu entry if it is known to fail
The text was updated successfully, but these errors were encountered: