-
Notifications
You must be signed in to change notification settings - Fork 854
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
WSL2 rootfs directory disappeared #6221
Comments
Feedback link -> https://aka.ms/AAab32e |
Any update on this? Running into the exact same issue |
let me know about the error please~ |
Same thing, and cant open ext4.vhdx anyway |
Same problem |
Same for me too. |
Having the same issue. Rootfs folder is missing. Any update on this issue? |
facing the same issue. Although i am able to see |
same issue |
ditto |
The issue is with WSL 2. Try setting the default to WSL 1 (wsl --set-default-version 1) and you should be able to see the rootfs directory from there. |
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! |
Environment
Steps to reproduce
First off, I can get into my Ubuntu shell and run commands just fine. From my Ubuntu shell, I can access my /c/ drive just fine.
I used to be able to access my ubuntu distro using Windows explorer at
C:\Users\<user>\AppData\Local\Packages\CanonicalGroupLimited.UbuntuonWindows_79rhkp1fndgsc\LocalState\rootfs
However, I just checked and now the rootfs directory is gone. All the directories before that are there and in
LocalState
I see atemp
directory and file namedext4.vhdx
, but norootfs
.If I go into the Windows Explorer and try using
\\wsl$
, it delays for a few seconds and then comes back with the error:If I go into a Ubuntu shell and run
explorer.exe .
instead of it bringing up an explorer window inside the Ubuntu file system, it opens it in myDocument
folder in the Windows file system.I have not used the rootfs directory for several weeks now, but as far as I know, nothing major has happened to my PC other than a few MS updates.
Expected behavior
C:\Users\<user>\AppData\Local\Packages\CanonicalGroupLimited.UbuntuonWindows_79rhkp1fndgsc\LocalState\rootfs
should exist and allow me access into my Ubuntu file system.Actual behavior
The directory
C:\Users\<user>\AppData\Local\Packages\CanonicalGroupLimited.UbuntuonWindows_79rhkp1fndgsc\LocalState\rootfs
has been removed somehow and I can not access my Ubuntu file system from within Windows.The text was updated successfully, but these errors were encountered: