samba 共享文件名称包含“@”时出错

samba 共享文件名称包含“@”时出错
  • 项目清单

我使用 Windows 将文件复制到 Samba 共享(Linux)

https://i.imgur.com/tN45IrF.png

但 :

#0 名称 special**@**chars.html 导致错误“系统找不到指定的文件”

#0 名称 special_chars.html :无错误

漢語.txt :沒有錯誤

发生了什么?为什么 ansii 字母“@”会导致错误?

谢谢

更新

root@nas:~# testparm -sv | grep mangled
Load smb config files from /etc/samba/smb.conf
Loaded services file OK.
Weak crypto is allowed by GnuTLS (e.g. NTLM as a compatibility fallback)

WARNING: some services use vfs_fruit, others don't. Mounting them in conjunction on OS X clients results in undefined behaviour.

Server role: ROLE_STANDALONE

    mangled names = no
    mangled names = illegal
    mangled names = illegal
    mangled names = illegal

root@nas: smbd -V
Version 4.17.12-Debian

更新:我修复了它。钉子坏了。谢谢大家

相关内容