BackupPC-users

Re: [BackupPC-users] Trouble setting up backup to a Windows host

2010-03-16 17:31:04
Subject: Re: [BackupPC-users] Trouble setting up backup to a Windows host
From: Chris Bennett <chris AT ceegeebee DOT com>
To: sorin.srbu AT orgfarm.uu DOT se, "General list for user discussion, questions and support" <backuppc-users AT lists.sourceforge DOT net>
Date: Wed, 17 Mar 2010 07:59:06 +1030
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
  [root@linux mnt]# mount.cifs //mydc1.domain.local/c$ /mnt/test -o
  username=administrator@domain --verbose
  parsing options: username=administrator@domain
  Password: 
  
  mount.cifs kernel mount options
  
unc=//mydc1.domain.local\c$,ip=10.1.1.10,pass=mypass,ver=1,username=administrator@domain
 

  [root@linux mnt]# ls test/Temp
  Samsung_UPD


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

[root@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&#174; 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 AT lists.sourceforge DOT net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

<Prev in Thread] Current Thread [Next in Thread>