WSL系统手动挂在移动硬盘

使用数据线接上了一个移动硬盘,但是 WSL 却没有显示,可能需要重启WSL才行,但是我不想重启,于是只能手动来挂载了

mkdir /mnt/g

mount -t drvfs G: /mnt/g

ls /mnt/g

ls /mnt

# 弹出硬盘
umount /mnt/g

参考:https://blog.csdn.net/u010164190/article/details/125708030

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-02-21 12:34:02       94 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-02-21 12:34:02       100 阅读
  3. 在Django里面运行非项目文件

    2024-02-21 12:34:02       82 阅读
  4. Python语言-面向对象

    2024-02-21 12:34:02       91 阅读

热门阅读

  1. Spring中的bean的作用域为什么默认为单例的?

    2024-02-21 12:34:02       44 阅读
  2. 版本比较工具类VersionUtil

    2024-02-21 12:34:02       46 阅读
  3. SVN服务备份

    2024-02-21 12:34:02       43 阅读
  4. python之ftp小工具

    2024-02-21 12:34:02       40 阅读
  5. kotlin协程学习总结

    2024-02-21 12:34:02       56 阅读
  6. 3DTile是不是没有坐标的选择?

    2024-02-21 12:34:02       51 阅读
  7. flask get请求

    2024-02-21 12:34:02       52 阅读
  8. 511. 游戏玩法分析 I

    2024-02-21 12:34:02       55 阅读
  9. 实现一个Windows环境一键启停Oracle的bat脚本

    2024-02-21 12:34:02       46 阅读
  10. WPS AI功能测试

    2024-02-21 12:34:02       57 阅读