-
Notifications
You must be signed in to change notification settings - Fork 835
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
Can't access WSL2-Ubuntu-20.04's file system by "\\wsl$Ubuntu-20.04" #7039
Comments
I need to access my distros via |
What is the output, from a powershell or CMD prompt:
|
@fetherolfjd |
@therealkenc C:> cmd /c ver C:\ wsl -l -v
|
All things being equal, WSL proper doesn't know one distribution from the next. And the distributions (f.e. Ubuntu-20.04) isn't responsible for sharing If |
This issue has been automatically closed since it has not had any activity for the past year. If you're still experiencing this issue please re-file this as a new issue or feature request. Thank you! |
I installed the Ubuntu-20.04 of WSL2 through Microsolft Store.
Then in the subsystem:
"sudo apt update"
...
"sudo apt upgrade"
...
After that,
the explorer of windows10 will always be loading state when I type "\\wsl$\Ubuntu-20.04" in its search box,
seems that it can't find the Ubuntu-20.04's files.
However,
I can successfully access the Ubuntu-18.04's files by typing "\\wsl$\Ubuntu-18.04"
Is it a Bug of WSL2-Ubuntu-20.04?
The text was updated successfully, but these errors were encountered: