Backgroud

Mount samba directly in wsl like linux is difficult

Password for root@//filesystem.domain/root:
mount error: cifs filesystem not supported by the system
mount error(19): No such device
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)

Solution

But is easily mount net disk in windows file manager. So if your windows share is already mapped to a drive in the Windows host, it can be even simpler.

Suppose you already mounted the share on Z:. In that case the following will work:[1]

sudo mkdir /mnt/z
sudo mount -t drvfs 'Z:' /mnt/z

Reference


  1. Mounting a windows share in Windows Subsystem for Linux - Stack Overflow

最新文章

  1. Spark RDD aggregateByKey
  2. Windows安装mxnet
  3. linux两个文件修改主机名
  4. [调整] Firemonkey TEdit 避免按下立即弹出键盘的问题
  5. [转载]在iTOP-4412开发板上调试helloworld应用
  6. android 通知栏 notifcation
  7. word插件开发 运行时,插件不启动.
  8. OK335xS Qt network hacking
  9. 将文件的编码格式转换为utf-8
  10. Robot Framework+appium集成安装
  11. Perl中级第四章课后习题
  12. 《JavaScript 闯关记》之原型及原型链
  13. Primavera 6.0
  14. Asp.Net 为什么需要异步
  15. ThreadLocal源码分析:(三)remove()方法
  16. 【翻译】使用Sencha Ext JS 6打造通用应用程序
  17. spring-cloud-hystrix服务熔断与降级
  18. ubuntu 重启nginx遇到错误
  19. 如何获取view的大小
  20. 针对list集合进行分页展示

热门文章

  1. Tornado 异步浅解
  2. 20款GitHub上优秀的Go开源项目
  3. soundcloud to mp3
  4. 【LeetCode】259. 3Sum Smaller 解题报告 (C++)
  5. anaconda安装PIL
  6. Mysql溯源-任意文件读取👻
  7. 【C#】C#中使用GDAL3(三):Windows下编译插件驱动
  8. Java Web程序设计笔记 • 【第1章 Web应用程序】
  9. Hbase单点安装Version1.1.5
  10. .net core的Swagger接口文档使用教程(一):Swashbuckle