我想在我的 Google Drive 或外部硬盘上下载,但当我运行ls /mnt/
bash 时,它不会显示外部硬盘。此外,当我转到我的 G 盘(即我的 Google Drive)时,我无法查看“我的 Drive”文件夹和访问文件夹,而是抛出了此错误:
ls: reading directory '.': Function not implemented
提前感谢你帮助我解决问题
答案1
如果你的外部驱动器是 d:
sudo mkdir /mnt/d
sudo mount -t drvfs d: /mnt/d
尚不支持安装 Google Drive 文件系统。 https://github.com/Microsoft/WSL/issues/2999