Raspbian 10(破坏者)CIF许可被拒绝

时间:2019-12-05 15:47:07

标签: cifs raspberry-pi4

在Raspberry Pi 4上安装带有CIF的Samba目录时出现问题。

以下设置:

Samba服务器:Synology DMS 6.2 Samba客户端: Raspberry Pi 4 ,具有Raspbian 10(破坏性)内核4.19.75-v7l +

此方法适用于:

1)Raspberry Pi 4:smbclient -L 192.168.178.38/Oeffentlich --user = andre 2)Ubuntu fstab条目://192.168.178.38/Andre / home / andre / Diskstation / Andre cifs auto,用户名= andre,passwd = xxxxxxxx 0 0

现在我想像2)一样安装在1)上。但是我无法使其正常工作。

我尝试了以下操作:

  • sudo mount -t cifs -o username = andre,password =“ xxxxxxx”,domain = WORKGROUP,vers = 1.0,sec = none //192.168.178.38/Oeffentlich Diskstation / Oeffentlich /

    < / li>
  • sudo mount -t cifs -o username = andre,password =“ xxxxxxx”,domain = WORKGROUP,vers = 1.0,sec = ntlmv2 //192.168.178.38/Oeffentlich Diskstation / Oeffentlich /

    < / li>
  • sudo mount -t cifs -o username = andre,password =“ xxxxxxx”,domain = WORKGROUP,vers = 2.0,sec = none //192.168.178.38/Oeffentlich Diskstation / Oeffentlich /

    < / li>

还有更多,但我总是得到:

安装错误(13):权限被拒绝 请参阅mount.cifs(8)手册页(例如man mount.cifs)

dmesg:

[6073.681732]返回的状态码0xc000006d NT_STATUS_LOGON_FAILURE

[6073.681762] CIFS VFS:SessSetup = -13中发送错误

[6073.681801] CIFS VFS:使用返回代码= -13的cifs_mount失败

有人可以帮助我吗? 最好的祝福 安德烈

0 个答案:

没有答案