Expand Davebe's answer a bit. At command prompt:
c:> net use
you'll see all the connected drives
c:> net use \\Compute_name_in_question\share_drive /del
To delete the existing connection to the network drive in question.
c:> net use y: \\Compute_name_in_question\share_drive /user:domain\UserNameThen you'll get a prompt for password.
This should work.
Sounds like you may have a conflict between the user credentials on the local machine (probably password) and the user credentials on your domain or workgroup. If you have a users on the local w/station / PC make sure that the password is the same as the domain account, you could also try deleting the user on the local machine (if you are logging on to a domain).
Watch out about mapping a drive with the net use command. You should be ok if you have a static IP, but if you have a dynamic one and the lease runs out you will lose your mapped drive.
Are multiple domains and a trust relationship involved?
I have seen the same thing happen in both of the following circumstances:
a) Two separate domains, with a trust relationship (I think it was a two way trust, but that was a few years ago). Same account in both domains with the same password.
Solution, rename the account in one domain or change the password for one account.
b) Two separate domains with no trust relationship. Same account name in both domains, but different passwords.
Solution, rename one account or change password for one account so that it matches the other.
If you recently created or broke a trust relationship, I would suspect that one of the above situations is your problem.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.