How is \\wsl.localhost implemented? #9043
Unanswered
fiddyschmitt
asked this question in
General
Replies: 2 comments
-
My understanding is that's 9P in both directions (windows->linux and linux->windows), if it's WSL2 |
Beta Was this translation helpful? Give feedback.
0 replies
-
I did the exactly same steps with you and got the same result. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
The
\\wsl.localhost\
share is a nice way of accessing folders within WSL. Could you please let me know how it was implemented? I normally use Dokan to implement Virtual File Systems, so I'd like to understand how the\\wsl.localhost\
share works (preferably in C#).Thanks!
Fidel
Beta Was this translation helpful? Give feedback.
All reactions