K3 用的官网系统。
windows 直接输入 \192.168.1.1 ip 地址就可以直接访问
安卓手机用 ES 文件浏览器也可以访问,
就 ubuntu 下访问不了, 图形界面输入 smb://192.168.1.1 不行 sudo mount -t cifs //192.168.1.1/ /root/k3 也不行
诚心请教
1
zhlxsh 2023-05-09 19:32:38 +08:00 via iPhone
贴一下报错肯能会有帮助
|
2
yagamil OP @zhlxsh
mount error: Server abruptly closed the connection. This can happen if the server does not support the SMB version you are trying to use. The default SMB version recently changed from SMB1 to SMB2.1 and above. Try mounting with vers=1.0. mount error(112): Host is down Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg) |