我使用 Ubuntu 13.04 连接到 Windows 2008 服务器:
如果我使用
mount.cifs //server/share /mnt/mountpoint -o username=domain/credentials
Run Code Online (Sandbox Code Playgroud)
我成功连接,但如果我尝试连接cp文件,我会得到access is denied.
如果我使用
smbclient //server/share -o domain/credentials
Run Code Online (Sandbox Code Playgroud)
我可以成功地将文件“放在”服务器上。
为什么mount.cifs失败但SMBClient有效?