我的sw
ntfs 共享目录是 Windows 2008 服务器上的安装目录。我使用的是 Ubuntu 12.04
我执行了 mkdir/media/sw
并smbclient -L
成功了...然后在 root 中我尝试
mount -t cifs -o user=username,ro //132.72.116.14/sw /media/sw
并得到:
mount error(13): Permission denied
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
答案1
显然,您想要挂载 Windows 服务器中的共享文件夹。结果,您收到用户权限错误,这是因为您忘记设置 Windows 服务器的密码。从 Ubuntu 挂载 Windows 机器需要您设置 Windows 服务器的用户和密码。您只需要使用您的 Windows 服务器登录详细信息。