我的 WSL Ubuntu 系统遇到问题,无法从 WSL Ubuntu Linux 系统中驱动器ls
...C:\
mpenning@wsl$ ls /mnt/c
ls: cannot access '/mnt/c': Input/output error
mpenning@wsl$
C:\
如何修复此问题以便可以从 WSL Ubuntu 系统内部查看内容?
我的 WSL Ubuntu 系统遇到问题,无法从 WSL Ubuntu Linux 系统中驱动器ls
...C:\
mpenning@wsl$ ls /mnt/c
ls: cannot access '/mnt/c': Input/output error
mpenning@wsl$
C:\
如何修复此问题以便可以从 WSL Ubuntu 系统内部查看内容?
这是一个已知问题。
wsl.exe
如果进程崩溃就会发生这种情况。简而言之,要解决此问题,只需退出 WSL Linux shell 并运行:
现在您可以返回 WSL 实例并且
ls /mnt/c
工作正常。您还可以在不退出 Linux 的情况下在 WSL 中卸载并重新挂载,但我认为如果可以的话,
C:\
退出并关闭会更干净。wsl.exe