> can not change directory into mount target /windows/starforge".
The only way I get that error is if the mount point
(/windows/starforge) does not exist.
Here's how I can reproduce your error:
[r...@hc mnt]# ls /windows/starforge
ls: /windows/starforge: No such file or directory
[r...@hc mnt]# mount.cifs //192.168.1.181/c$ /windows/starforge -o
username=administrator --verbose
mount error: can not change directory into mount target /windows/starforge
So, I'm pretty sure your mount point doesn't exist. Let's have you do
this (this is what I said you should do in my first post! :D):
mkdir -p /windows/starforge
mount.cifs //starforge/c$ /windows/starforge -o
username=administrator,domain=mydomain --verbose
The command is subtly different from my first response - this time
we'll not use the credentials file but instead supply the username and
domain. The password is not specified so that the tool prompts you
for the password.
I've attached some examples of what the output of this should like
like for various cases (bad password, non-existant mount point,
successful mount).
Hopefully you will see some success shortly :)
Regards,
Chris Bennett
cgb
[r...@hc mnt]# ls /windows/starforge
ls: /windows/starforge: No such file or directory
[r...@hc mnt]# mkdir -p /windows/starforge
[r...@hc mnt]# mount.cifs //192.168.1.181/c$ /windows/starforge -o
username=administrator,domain=WIN-GILEZOB71PY --verbose
Password: BADPASSWORD
mount.cifs kernel mount options:
unc=//192.168.1.181\c$,ip=192.168.1.181,ver=1,username=administrator,domain=WIN-GILEZOB71PY,pass=********
mount error 13 = Permission denied
Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)
[r...@hc mnt]# ls /windows/starforge/
[r...@hc mnt]# ls /windows/starforge
ls: /windows/starforge: No such file or directory
[r...@hc mnt]# mount.cifs //192.168.1.181/c$ /windows/starforge -o
username=administrator,domain=WIN-GILEZOB71PY --verbose
mount error: can not change directory into mount target /windows/starforge
[r...@hc mnt]# ls /windows/starforge
ls: /windows/starforge: No such file or directory
[r...@hc mnt]# ls /windows/starforge
ls: /windows/starforge: No such file or directory
[r...@hc mnt]# mkdir -p /windows/starforge
[r...@hc mnt]# mount.cifs //192.168.1.181/c$ /windows/starforge -o
username=administrator,domain=WIN-GILEZOB71PY --verbose
Password: ******
mount.cifs kernel mount options:
unc=//192.168.1.181\c$,ip=192.168.1.181,ver=1,username=administrator,domain=WIN-GILEZOB71PY,pass=********
[r...@hc mnt]# ls /windows/starforge/
autoexec.bat Boot bootmgr BOOTSECT.BAK Config.Msi config.sys Documents
and Settings pagefile.sys PerfLogs ProgramData Program Files $Recycle.Bin
System Volume Information Users Windows
[r...@hc mnt]# umount /windows/starforge/
------------------------------------------------------------------------------
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/