赞
踩
参考:
https://www.cnblogs.com/520future/p/17615780.html
cmd管理员命令下运行无效;
netsh winsock reset
电脑打开ubuntu确实也报错打不开,报下列错误:
参考:https://blog.csdn.net/xp2233/article/details/134929083
C:\Users\HP>wsl 无法将磁盘“C:\Users\HP\AppData\Local\Packages\CanonicalGroupLimited.Ubuntu_79rhkp1fndgsc\LocalState\ext4.vhdx”附加到 WSL2
按下面步骤重启后恢复正常
这边按下列方法正确解决:
这个错误也可以下面方法解决:无法将磁盘“C:\Users\loong\AppData\Local\Packages\CanonicalGroupLimited.Ubuntu_79rhkp1fndgsc\LocalState\ext4.vhdx”附加到 WSL2: 系统找不到指定的文件。 Error code: Wsl/Service/CreateInstance/MountVhd/HCS/ERROR_FILE_NOT_FOUND
重新注册 WSL 分发:
有时候,重新注册 WSL 分发可以解决问题。你可以使用以下命令来注销和重新注册你的 Ubuntu 分发:
wsl --unregister Ubuntu
wsl --install -d Ubuntu
错误:
Docker Desktop - WSL distro terminated abruptly
A WSL distro Docker Desktop relies on has exited unexpectedly. This usually happensas a result of an external entity terminating WSL (e.g. running wsl --shutdown).
解决方法:
wsl --unregister Ubuntu
wsl --unregister docker-desktop
wsl --unregister docker-desktop-data
然后电话关机重启后:
wsl --install
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。