dougdemick
MIS
Problem: I have a network drive that is using the drive letter p:\. I need to use this drive letter for another assignment. The behaviour of the drive is puzzling.
I have an icon for (p
with a red x in My Computer.
If I right-click / disconnect, I get "The network connection could not be found."
If I try to open (P
, I get "P:\ is not accessible. Logon failure: unknown username or bad password."
From the command prompt:
c:\> net use -> "There are no entries in the list"
c:\> net use p: /delete -> "The network connection could not be found.
c:\> net use p: \\server\share -> "System error 85 has occurred. The local device name is already in use."
How can I get rid of this drive?
I have an icon for (p
If I right-click / disconnect, I get "The network connection could not be found."
If I try to open (P
From the command prompt:
c:\> net use -> "There are no entries in the list"
c:\> net use p: /delete -> "The network connection could not be found.
c:\> net use p: \\server\share -> "System error 85 has occurred. The local device name is already in use."
How can I get rid of this drive?