Ubuntu 18.04LTS Samba 版本 4.7.6-ubuntu
问题:Win 10 和 Android 设备可以看到共享,但当我连接时出现错误,其中最有帮助的是 Android 上的 ESFile 资源管理器:登录失败这可能是由于:-项目列表,很可能被防火墙阻止
我已经专门向客户端添加了凭据,并且还重置了该用户的 Samba 密码,使其与机器用户相同(以防万一)。我对 /etc/samba/smb.conf 所做的更改
[development]
comment = Samba on Tietokone
path = /home/chris/sambashare
read only = no
browsable = yes
该目录的权限:
chris@tietokone:~$ ls -ld samabashare/
drwxrwxr-x 2 chris sambashare 4096 Feb 10 09:11 samabashare/
另外,从其中一个日志中
[2020/02/11 09:09:52.786410, 0] ../source3/smbd/service.c:774(make_connection_snum)
canonicalize_connect_path failed for service development, path /home/chris/sambashare
感谢您的任何建议
PS:sudo smbstatus 显示其版本为 4.7.6-Ubuntu,并且还显示连接尝试次数
Samba version 4.7.6-Ubuntu
PID Username Group Machine Protocol Version Encryption Signing
----------------------------------------------------------------------------------------------------------------------------------------
15253 chris chris jcifs0_1_2e (ipv4:192.168.43.202:50750) NT1 - -
Service pid Machine Connected at Encryption Signing
---------------------------------------------------------------------------------------------
/home/chris 是 drwxrwxr-x /home/chris/sambashare 是一样的