我在运行时遇到以下错误
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)
有关如何解决此问题的建议将非常有帮助。