各位大虾,
我在windows下建立了一个共享文件夹backtest,设置了everyone读写权限,windows系统登录用户名和密码分别为:[email protected],123456789,windows IP地址192.168.5.2,其中xxx.com是公司的内网域名,平时在windows上登录这个域名是自动绑定的。
在ubuntu10.04系统下,通过place-->connect to server,选择windows share, 设置如下:
server:192.168.5.2
folder:backtest
user name:yuliang.lu
domain name:xxx.com
password:123456789
,可以正常连接并使用windows下的共享文件。
通过terminal终端命令行挂载却不能挂载上,请各位大虾指点下哪里有问题,谢谢。
tommy@tommy:~$ sudo mount -t smbfs //192.168.5.2/backtest /home/tommy/test/ -o username=yuliang.lu,domain=xxx.com,password=123456789
[sudo] password for tommy:
mount error(13): Permission denied
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
tommy@tommy:~$
tommy@tommy:~$ sudo mount -t cifs //192.168.5.2/backtest /home/tommy/test/ -o username=yuliang.lu,domain=xxx.com,password=123456789
mount error(13): Permission denied
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)