I'm trying to mount a windows share.
This command gives me a samba connection just fine (after I give it my password)
so I tried this mount command
And I get
I've tried with and without the domainName/ at the beginning of the username, always with the same results.
Any ideas what I may be doing wrong, or how to track it down?
Thanks,
Rob
This command gives me a samba connection just fine (after I give it my password)
Code:
smbclient -U domainName/userName //machineName.domainIdentifier/shareName
so I tried this mount command
Code:
mount -t smbfs -o username=domainName/userName,password=password //machineName.domainIdentifier/shareName /mnt/shareName
Code:
XXXX: session setup failed: ERRDOS - ERRnoaccess (Access denied.)
MSB connection failed
I've tried with and without the domainName/ at the beginning of the username, always with the same results.
Any ideas what I may be doing wrong, or how to track it down?
Thanks,
Rob