Network Drive is in use, but don't have access to items, how to I disconnect?
Hello,
We are having problems accessing data on a mapped drive. the following error appears:
Thanks for your help, VSACIT
Networking
Last Comment
VSACIT
8/22/2022 - Mon
Paul MacDonald
The N: drive is already mapped to something. You can either disconnect what is mapped to N: or make your new mapping to another drive letter. The general format for mapping a drive is: NET USE driveletter: \\servername\sharename /PERSIST
To unmap a drive, use: NET USE driveletter: /DELETE
NET USE driveletter: \\servername\sharename /PERSIST
To unmap a drive, use:
NET USE driveletter: /DELETE
More info here: https://www.howtogeek.com/118452/how-to-map-network-drives-from-the-command-prompt-in-windows/