-
Notifications
You must be signed in to change notification settings - Fork 852
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
WSL stopped launching #5089
Comments
Having the same issue. WSL does not launch anymore. Launching with cmd and powershell gives:
Update: Seems to be fixed by resetting the distro. |
I'd prefer to avoid resetting if possible; I have unpublished changes to a Git repo in this distro that I'm not looking forward to recreating if they're lost. |
Wow, I feel dumb. I'd accidentally mounted the WSL virtual disk image by double-clicking it in explorer, and it remained mounted to my machine even though it reported an error that made having it mounted useless. Unmounting the vdisk from Disk Management resolved the issue for me. @Neeldip it seems unlikely your situation was caused by the same thing; I'd recommend you make a new issue and include your own logs. |
Please fill out the below information:
ver
at a Windows Command Prompt)10.0.19041.173
Accessing a WSL terminal just doesn't work. I'm trying to use it by using the
wsl
command via PowerShell and CMD; neither work. The error returned is "The process cannot access the file because it is being used by another process." Here's an elevated PowerShell session showing me collecting logs while trying to open WSL:PowerShell Session
And here's the actual log files:
lxcode_kernel.etl
,lxcore_service.etl
,lxcore_user.etl
.WSL should show me my Linux prompt and let me do things.
some_command
is failing, then runstrace -o some_command.strace -f some_command some_args
, and link the contents ofsome_command.strace
in a gist here).N/A
Here they are again:
lxcode_kernel.etl
,lxcore_service.etl
,lxcore_user.etl
.The text was updated successfully, but these errors were encountered: