在过去的 3 个小时里,我一直试图从 Windows 7 写入映射到 NTFS 格式的 USB 磁盘的 samba 共享,但没有成功。
我可以在 Ubuntu 服务器本身没有任何问题的情况下访问挂载点,但无论我如何挂载它,当我尝试从我的 Windows 7 计算机创建/修改/删除文件/文件夹时,我总是得到“您需要执行此操作的权限” .
我现在没有想法,所以非常感谢帮助!
桑巴配置:
[global]
server string = serv
netbios name = serv
workgroup = WORKGROUP
wins support = yes
guest account = nobody
security = user
map to guest = bad user
encrypt passwords = true
passdb backend = tdbsam
obey pam restrictions = yes
unix password sync = no
pam password change = no
; lanman auth = yes
ntlm …
Run Code Online (Sandbox Code Playgroud)