Windows 10 Windows Explorer shows a working USB drive as a network drive
I have a USB drive that Disk Management shows as
Disk 9
Basic
1863.02 GB
Online
Old-Cavalry-WDC-2TB (L:)
1863.01 GB NTFS
Healthy (Primary Partition)
This is correct.
But in Windows Explorer This PC, I don't see the drive under the "Devices and Drives" section. Instead, I see it under "Network Locations" as:
terabyte (\rich-6370)(L:)
and there is a red X on the icon.
This is completely bogus. But I can double-click it to bring up its correct contents and traverse it with no trouble. Some months ago I did have a persistent network connection to that server (running XP) with drive letter L, but the server is no longer on the network. Running "net use" gives:
New connections will be remembered.
There are no entries in the list.
Running "net use L: /delete" gives:
The network connections could not be found.
It has bothered me for a while that on boot I get a box saying "Not all network drives could be reconnected", even though I have not had any network drives for a while. I had just connected this drive to a USB hub, and it got assigned drive letter L by the system, and that's what caused me to notice this problem. As far as I can tell, there are no issues using L: to access the USB drive, it's just that explorer is confused about it.
I just now used Disk Management to change the drive letter to M, and that caused the drive to show up correctly in the Devices and Drives section with drive letter M. But there is still the bogus entry with letter L in the "Network Locations" section.
How can I get rid of that? I guess I can try setting "net use persistent:no" and rebooting, but I don't have much confidence in that.
windows-10 windows-explorer
add a comment |
I have a USB drive that Disk Management shows as
Disk 9
Basic
1863.02 GB
Online
Old-Cavalry-WDC-2TB (L:)
1863.01 GB NTFS
Healthy (Primary Partition)
This is correct.
But in Windows Explorer This PC, I don't see the drive under the "Devices and Drives" section. Instead, I see it under "Network Locations" as:
terabyte (\rich-6370)(L:)
and there is a red X on the icon.
This is completely bogus. But I can double-click it to bring up its correct contents and traverse it with no trouble. Some months ago I did have a persistent network connection to that server (running XP) with drive letter L, but the server is no longer on the network. Running "net use" gives:
New connections will be remembered.
There are no entries in the list.
Running "net use L: /delete" gives:
The network connections could not be found.
It has bothered me for a while that on boot I get a box saying "Not all network drives could be reconnected", even though I have not had any network drives for a while. I had just connected this drive to a USB hub, and it got assigned drive letter L by the system, and that's what caused me to notice this problem. As far as I can tell, there are no issues using L: to access the USB drive, it's just that explorer is confused about it.
I just now used Disk Management to change the drive letter to M, and that caused the drive to show up correctly in the Devices and Drives section with drive letter M. But there is still the bogus entry with letter L in the "Network Locations" section.
How can I get rid of that? I guess I can try setting "net use persistent:no" and rebooting, but I don't have much confidence in that.
windows-10 windows-explorer
add a comment |
I have a USB drive that Disk Management shows as
Disk 9
Basic
1863.02 GB
Online
Old-Cavalry-WDC-2TB (L:)
1863.01 GB NTFS
Healthy (Primary Partition)
This is correct.
But in Windows Explorer This PC, I don't see the drive under the "Devices and Drives" section. Instead, I see it under "Network Locations" as:
terabyte (\rich-6370)(L:)
and there is a red X on the icon.
This is completely bogus. But I can double-click it to bring up its correct contents and traverse it with no trouble. Some months ago I did have a persistent network connection to that server (running XP) with drive letter L, but the server is no longer on the network. Running "net use" gives:
New connections will be remembered.
There are no entries in the list.
Running "net use L: /delete" gives:
The network connections could not be found.
It has bothered me for a while that on boot I get a box saying "Not all network drives could be reconnected", even though I have not had any network drives for a while. I had just connected this drive to a USB hub, and it got assigned drive letter L by the system, and that's what caused me to notice this problem. As far as I can tell, there are no issues using L: to access the USB drive, it's just that explorer is confused about it.
I just now used Disk Management to change the drive letter to M, and that caused the drive to show up correctly in the Devices and Drives section with drive letter M. But there is still the bogus entry with letter L in the "Network Locations" section.
How can I get rid of that? I guess I can try setting "net use persistent:no" and rebooting, but I don't have much confidence in that.
windows-10 windows-explorer
I have a USB drive that Disk Management shows as
Disk 9
Basic
1863.02 GB
Online
Old-Cavalry-WDC-2TB (L:)
1863.01 GB NTFS
Healthy (Primary Partition)
This is correct.
But in Windows Explorer This PC, I don't see the drive under the "Devices and Drives" section. Instead, I see it under "Network Locations" as:
terabyte (\rich-6370)(L:)
and there is a red X on the icon.
This is completely bogus. But I can double-click it to bring up its correct contents and traverse it with no trouble. Some months ago I did have a persistent network connection to that server (running XP) with drive letter L, but the server is no longer on the network. Running "net use" gives:
New connections will be remembered.
There are no entries in the list.
Running "net use L: /delete" gives:
The network connections could not be found.
It has bothered me for a while that on boot I get a box saying "Not all network drives could be reconnected", even though I have not had any network drives for a while. I had just connected this drive to a USB hub, and it got assigned drive letter L by the system, and that's what caused me to notice this problem. As far as I can tell, there are no issues using L: to access the USB drive, it's just that explorer is confused about it.
I just now used Disk Management to change the drive letter to M, and that caused the drive to show up correctly in the Devices and Drives section with drive letter M. But there is still the bogus entry with letter L in the "Network Locations" section.
How can I get rid of that? I guess I can try setting "net use persistent:no" and rebooting, but I don't have much confidence in that.
windows-10 windows-explorer
windows-10 windows-explorer
asked Dec 20 '18 at 15:55
sootsnootsootsnoot
1013
1013
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Using File Explorer, have a look under:
'C:Users{username}AppDataRoamingMicrosoftWindowsNetwork Shortcuts' ('AppData' is a hidden folder).
Delete any shortcuts you do not need from that location.
Good to know this, but actually just the reboot after having set "net use /persistent:no" seems to have done the trick!
– sootsnoot
Dec 20 '18 at 19:26
add a comment |
As it turned out, my own suggestion that occurred to me as I finished typing the question worked: Setting "net use /persistent:no" and then rebooting got rid of the spurious entry. I was just in a hurry to get out the door and didn't have time to try the reboot. And I'm glad that happened, because the answer suggested by @Chris Rutz has some good information I didn't know about.
But I'm marking this the correct answer, since it solved the problem.
Note: I started the reboot just before I left the house, and when I returned the spurious entry was gone. I then looked in C:Users{username}AppDataRoamingMicrosoftWindowsNetwork Shortcuts as Chris suggested, but it was empty. If had previously contained a shortcut, and either Chris's answer or mine would have worked equivalently, I don't know.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1386324%2fwindows-10-windows-explorer-shows-a-working-usb-drive-as-a-network-drive%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Using File Explorer, have a look under:
'C:Users{username}AppDataRoamingMicrosoftWindowsNetwork Shortcuts' ('AppData' is a hidden folder).
Delete any shortcuts you do not need from that location.
Good to know this, but actually just the reboot after having set "net use /persistent:no" seems to have done the trick!
– sootsnoot
Dec 20 '18 at 19:26
add a comment |
Using File Explorer, have a look under:
'C:Users{username}AppDataRoamingMicrosoftWindowsNetwork Shortcuts' ('AppData' is a hidden folder).
Delete any shortcuts you do not need from that location.
Good to know this, but actually just the reboot after having set "net use /persistent:no" seems to have done the trick!
– sootsnoot
Dec 20 '18 at 19:26
add a comment |
Using File Explorer, have a look under:
'C:Users{username}AppDataRoamingMicrosoftWindowsNetwork Shortcuts' ('AppData' is a hidden folder).
Delete any shortcuts you do not need from that location.
Using File Explorer, have a look under:
'C:Users{username}AppDataRoamingMicrosoftWindowsNetwork Shortcuts' ('AppData' is a hidden folder).
Delete any shortcuts you do not need from that location.
answered Dec 20 '18 at 16:14
Chris RutzChris Rutz
1293
1293
Good to know this, but actually just the reboot after having set "net use /persistent:no" seems to have done the trick!
– sootsnoot
Dec 20 '18 at 19:26
add a comment |
Good to know this, but actually just the reboot after having set "net use /persistent:no" seems to have done the trick!
– sootsnoot
Dec 20 '18 at 19:26
Good to know this, but actually just the reboot after having set "net use /persistent:no" seems to have done the trick!
– sootsnoot
Dec 20 '18 at 19:26
Good to know this, but actually just the reboot after having set "net use /persistent:no" seems to have done the trick!
– sootsnoot
Dec 20 '18 at 19:26
add a comment |
As it turned out, my own suggestion that occurred to me as I finished typing the question worked: Setting "net use /persistent:no" and then rebooting got rid of the spurious entry. I was just in a hurry to get out the door and didn't have time to try the reboot. And I'm glad that happened, because the answer suggested by @Chris Rutz has some good information I didn't know about.
But I'm marking this the correct answer, since it solved the problem.
Note: I started the reboot just before I left the house, and when I returned the spurious entry was gone. I then looked in C:Users{username}AppDataRoamingMicrosoftWindowsNetwork Shortcuts as Chris suggested, but it was empty. If had previously contained a shortcut, and either Chris's answer or mine would have worked equivalently, I don't know.
add a comment |
As it turned out, my own suggestion that occurred to me as I finished typing the question worked: Setting "net use /persistent:no" and then rebooting got rid of the spurious entry. I was just in a hurry to get out the door and didn't have time to try the reboot. And I'm glad that happened, because the answer suggested by @Chris Rutz has some good information I didn't know about.
But I'm marking this the correct answer, since it solved the problem.
Note: I started the reboot just before I left the house, and when I returned the spurious entry was gone. I then looked in C:Users{username}AppDataRoamingMicrosoftWindowsNetwork Shortcuts as Chris suggested, but it was empty. If had previously contained a shortcut, and either Chris's answer or mine would have worked equivalently, I don't know.
add a comment |
As it turned out, my own suggestion that occurred to me as I finished typing the question worked: Setting "net use /persistent:no" and then rebooting got rid of the spurious entry. I was just in a hurry to get out the door and didn't have time to try the reboot. And I'm glad that happened, because the answer suggested by @Chris Rutz has some good information I didn't know about.
But I'm marking this the correct answer, since it solved the problem.
Note: I started the reboot just before I left the house, and when I returned the spurious entry was gone. I then looked in C:Users{username}AppDataRoamingMicrosoftWindowsNetwork Shortcuts as Chris suggested, but it was empty. If had previously contained a shortcut, and either Chris's answer or mine would have worked equivalently, I don't know.
As it turned out, my own suggestion that occurred to me as I finished typing the question worked: Setting "net use /persistent:no" and then rebooting got rid of the spurious entry. I was just in a hurry to get out the door and didn't have time to try the reboot. And I'm glad that happened, because the answer suggested by @Chris Rutz has some good information I didn't know about.
But I'm marking this the correct answer, since it solved the problem.
Note: I started the reboot just before I left the house, and when I returned the spurious entry was gone. I then looked in C:Users{username}AppDataRoamingMicrosoftWindowsNetwork Shortcuts as Chris suggested, but it was empty. If had previously contained a shortcut, and either Chris's answer or mine would have worked equivalently, I don't know.
edited Dec 20 '18 at 19:43
answered Dec 20 '18 at 19:34
sootsnootsootsnoot
1013
1013
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1386324%2fwindows-10-windows-explorer-shows-a-working-usb-drive-as-a-network-drive%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown