请教关于smbmount的使用方法

请教关于smbmount的使用方法

我按照书上说的smbmount //IP/共享文件夹 /本地文件夹
可是提示了个密码,我把windows的机器的所有密码输入了都不行阿
总是出现这人
22095: tree connect failed: ERRDOS - ERRnoaccess (Access denied.)
SMB connection failed
(1)  smbclient -L hostname
  列出该拥护的共享文件夹 然后
   mount -t smbfs -o username=guest //hostname/sharefile /path/to
(2)  mount.smb //host/sharename /mnt/directory/ -o             username=guest,password=xxxxx,fmask=0,dmask=0,rw
谢谢啦,明天到单位去试试