Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Mount troubles

Status
Not open for further replies.

skiflyer

Programmer
Sep 24, 2002
2,213
US
I'm trying to mount a windows share.

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
And I get
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
 
If I use a local acct on the Win2k machine, it works fine, but this networked authentication fails.... tho it works with smbclient

I'd much prefer to use the network authentication as I do with smbclient because I may not have access to all these machines.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top