我E:/
突然无法在 WSL 上访问我的驱动器,不知道为什么。当我尝试通过 更改目录到 E 时cd /mnt/e
,它不会建议该驱动器中的任何其他子文件夹。此外,ls
命令显示-
ls: cannot open directory '.': Invalid argument
我尝试卸载并重新安装它,但没有成功。这可能是什么原因造成的?
答案1
在 WSL 中,使用
sudo mount -t drvfs DRIVE: /mnt/DRIVE
例如
sudo mount -t drvfs D: /mnt/d