小编Nat*_*sha的帖子

modprobe:致命:在目录 /lib/modules/4.4.0-19041-Microsoft 中找不到模块 cifs

我在运行时遇到以下错误

sudo mount -t cifs //xx.xx.x.xx/shares /xxx -o guest
Run Code Online (Sandbox Code Playgroud)

在适用于 Linux 的 Windows 子系统中。

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)
Run Code Online (Sandbox Code Playgroud)

在这里,建议尝试一下

sudo modprobe cifs
Run Code Online (Sandbox Code Playgroud)

但这会返回

modprobe: FATAL: Module cifs not found in directory /lib/modules/4.4.0-19041-Microsoft
Run Code Online (Sandbox Code Playgroud)

有关如何解决此问题的建议将非常有帮助。

cifs windows-subsystem-for-linux

4
推荐指数
1
解决办法
6658
查看次数

标签 统计

cifs ×1

windows-subsystem-for-linux ×1