Hello again :)

> Tried the c$-mount as well as a new shared folder. On both I get "mount 
> error: 
> can not change directory into mount target /windows/starforge".

Did the mount.cifs command succeed after you entered the password
though, or did you get the error while running mount.cifs?

> Works. Kinda'. It asks for a password. After entering it, I get a " session 
> setup failed: NT_STATUS_LOGON_FAILURE".
[..]
> As for version of mount.cifs, I tried both --version and -V, both gave me no 
> version number for some reason, just the general short help screen.
> 

Oops, I get that too in testing.  For smbclient, you have to specify
the domain seperately (or try it without the domain):

  smbclient -L starforge -U administrator -W domain
  

For mount.cifs, You can add --verbose to get a little bit more info
  [r...@linux mnt]# mount.cifs //mydc1.domain.local/c$ /mnt/test -o
  username=administra...@domain --verbose
  parsing options: username=administra...@domain
  Password: 
  
  mount.cifs kernel mount options
  
unc=//mydc1.domain.local\c$,ip=10.1.1.10,pass=mypass,ver=1,username=administra...@domain
 

  [r...@linux mnt]# ls test/Temp
  Samsung_UPD


> Mount is "util-linux 2.13-pre7", if that helps?

[r...@linux mnt]# rpm -qf `which mount.cifs`
samba-client-3.0.28-0.el4.9


> Thanks for your help so far!

No problems, hopefully we'll get there :)

Regards,

Chris Bennett
cgb

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to