Why isn't my partition appearing?
I have a partition on my system drive that appears in Computer Management → Storage → Disk Management, but not under This PC → Devices and Drives in File Explorer.
Why isn't my partition appearing in File Explorer?
Ramhound said (in a comment that has been deleted):
You need to assign it an actual drive letter
But haven't I fulfilled this? I named the missing partition A.
windows partitioning windows-explorer disk-management drive-letter
add a comment |
I have a partition on my system drive that appears in Computer Management → Storage → Disk Management, but not under This PC → Devices and Drives in File Explorer.
Why isn't my partition appearing in File Explorer?
Ramhound said (in a comment that has been deleted):
You need to assign it an actual drive letter
But haven't I fulfilled this? I named the missing partition A.
windows partitioning windows-explorer disk-management drive-letter
add a comment |
I have a partition on my system drive that appears in Computer Management → Storage → Disk Management, but not under This PC → Devices and Drives in File Explorer.
Why isn't my partition appearing in File Explorer?
Ramhound said (in a comment that has been deleted):
You need to assign it an actual drive letter
But haven't I fulfilled this? I named the missing partition A.
windows partitioning windows-explorer disk-management drive-letter
I have a partition on my system drive that appears in Computer Management → Storage → Disk Management, but not under This PC → Devices and Drives in File Explorer.
Why isn't my partition appearing in File Explorer?
Ramhound said (in a comment that has been deleted):
You need to assign it an actual drive letter
But haven't I fulfilled this? I named the missing partition A.
windows partitioning windows-explorer disk-management drive-letter
windows partitioning windows-explorer disk-management drive-letter
edited Feb 10 at 15:47
phuclv
9,89264092
9,89264092
asked Feb 3 at 6:04
AntinatalistAntinatalist
195
195
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
You don't have a drive letter assigned. Drive letters in Explorer and Disk management tool are put in parentheses as you can see from your own screenshot
The string on each volume is its label. You need to select Change Drive Letter and Paths in the context menu and add a new drive letter. There you can also mount the drive under any NTFS folders, but that's probably not what most people want
add a comment |
Well, even on newer Windows versions like 10 or 8, drives A: and B: are specifically reserved for floppies. That is why the actual Windows drive starts on C: and not A: or B:. Just assign it a different drive letter like D: or something that isn't used and it should work. That is probably what @Ramhound meant by an "actual drive letter": something that isn't A: or B:.
EDIT: This may or may not be causing a problem: @Ramhound also mentioned that what you added was a drive label, not a drive letter; that was a mistake on my part. You need to assign it a drive letter still; right click on the partition and click on "Change Drive Letter and Paths;" then assign it a drive letter and click OK. It still is preferable that you assign it something other than A: or B:.
Nope; That is absolutely not what i meant. The author set a drive label to the partition. They didn’t assign a drive letter. You can also assign any drive letter to any partition you want. Windows doesn’t limit you in that regard
– Ramhound
Feb 10 at 4:27
A: and B: are not specifically reserved for floppies. I use them all the time. It's just the old convention that C is the system drive and that drive letter is even hard coded in a lot of programs and scripts so people don't want to break things
– phuclv
Feb 10 at 8:22
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%2f1401495%2fwhy-isnt-my-partition-appearing%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
You don't have a drive letter assigned. Drive letters in Explorer and Disk management tool are put in parentheses as you can see from your own screenshot
The string on each volume is its label. You need to select Change Drive Letter and Paths in the context menu and add a new drive letter. There you can also mount the drive under any NTFS folders, but that's probably not what most people want
add a comment |
You don't have a drive letter assigned. Drive letters in Explorer and Disk management tool are put in parentheses as you can see from your own screenshot
The string on each volume is its label. You need to select Change Drive Letter and Paths in the context menu and add a new drive letter. There you can also mount the drive under any NTFS folders, but that's probably not what most people want
add a comment |
You don't have a drive letter assigned. Drive letters in Explorer and Disk management tool are put in parentheses as you can see from your own screenshot
The string on each volume is its label. You need to select Change Drive Letter and Paths in the context menu and add a new drive letter. There you can also mount the drive under any NTFS folders, but that's probably not what most people want
You don't have a drive letter assigned. Drive letters in Explorer and Disk management tool are put in parentheses as you can see from your own screenshot
The string on each volume is its label. You need to select Change Drive Letter and Paths in the context menu and add a new drive letter. There you can also mount the drive under any NTFS folders, but that's probably not what most people want
answered Feb 10 at 8:20
phuclvphuclv
9,89264092
9,89264092
add a comment |
add a comment |
Well, even on newer Windows versions like 10 or 8, drives A: and B: are specifically reserved for floppies. That is why the actual Windows drive starts on C: and not A: or B:. Just assign it a different drive letter like D: or something that isn't used and it should work. That is probably what @Ramhound meant by an "actual drive letter": something that isn't A: or B:.
EDIT: This may or may not be causing a problem: @Ramhound also mentioned that what you added was a drive label, not a drive letter; that was a mistake on my part. You need to assign it a drive letter still; right click on the partition and click on "Change Drive Letter and Paths;" then assign it a drive letter and click OK. It still is preferable that you assign it something other than A: or B:.
Nope; That is absolutely not what i meant. The author set a drive label to the partition. They didn’t assign a drive letter. You can also assign any drive letter to any partition you want. Windows doesn’t limit you in that regard
– Ramhound
Feb 10 at 4:27
A: and B: are not specifically reserved for floppies. I use them all the time. It's just the old convention that C is the system drive and that drive letter is even hard coded in a lot of programs and scripts so people don't want to break things
– phuclv
Feb 10 at 8:22
add a comment |
Well, even on newer Windows versions like 10 or 8, drives A: and B: are specifically reserved for floppies. That is why the actual Windows drive starts on C: and not A: or B:. Just assign it a different drive letter like D: or something that isn't used and it should work. That is probably what @Ramhound meant by an "actual drive letter": something that isn't A: or B:.
EDIT: This may or may not be causing a problem: @Ramhound also mentioned that what you added was a drive label, not a drive letter; that was a mistake on my part. You need to assign it a drive letter still; right click on the partition and click on "Change Drive Letter and Paths;" then assign it a drive letter and click OK. It still is preferable that you assign it something other than A: or B:.
Nope; That is absolutely not what i meant. The author set a drive label to the partition. They didn’t assign a drive letter. You can also assign any drive letter to any partition you want. Windows doesn’t limit you in that regard
– Ramhound
Feb 10 at 4:27
A: and B: are not specifically reserved for floppies. I use them all the time. It's just the old convention that C is the system drive and that drive letter is even hard coded in a lot of programs and scripts so people don't want to break things
– phuclv
Feb 10 at 8:22
add a comment |
Well, even on newer Windows versions like 10 or 8, drives A: and B: are specifically reserved for floppies. That is why the actual Windows drive starts on C: and not A: or B:. Just assign it a different drive letter like D: or something that isn't used and it should work. That is probably what @Ramhound meant by an "actual drive letter": something that isn't A: or B:.
EDIT: This may or may not be causing a problem: @Ramhound also mentioned that what you added was a drive label, not a drive letter; that was a mistake on my part. You need to assign it a drive letter still; right click on the partition and click on "Change Drive Letter and Paths;" then assign it a drive letter and click OK. It still is preferable that you assign it something other than A: or B:.
Well, even on newer Windows versions like 10 or 8, drives A: and B: are specifically reserved for floppies. That is why the actual Windows drive starts on C: and not A: or B:. Just assign it a different drive letter like D: or something that isn't used and it should work. That is probably what @Ramhound meant by an "actual drive letter": something that isn't A: or B:.
EDIT: This may or may not be causing a problem: @Ramhound also mentioned that what you added was a drive label, not a drive letter; that was a mistake on my part. You need to assign it a drive letter still; right click on the partition and click on "Change Drive Letter and Paths;" then assign it a drive letter and click OK. It still is preferable that you assign it something other than A: or B:.
edited Feb 10 at 4:31
answered Feb 10 at 4:03
Varun NarravulaVarun Narravula
806
806
Nope; That is absolutely not what i meant. The author set a drive label to the partition. They didn’t assign a drive letter. You can also assign any drive letter to any partition you want. Windows doesn’t limit you in that regard
– Ramhound
Feb 10 at 4:27
A: and B: are not specifically reserved for floppies. I use them all the time. It's just the old convention that C is the system drive and that drive letter is even hard coded in a lot of programs and scripts so people don't want to break things
– phuclv
Feb 10 at 8:22
add a comment |
Nope; That is absolutely not what i meant. The author set a drive label to the partition. They didn’t assign a drive letter. You can also assign any drive letter to any partition you want. Windows doesn’t limit you in that regard
– Ramhound
Feb 10 at 4:27
A: and B: are not specifically reserved for floppies. I use them all the time. It's just the old convention that C is the system drive and that drive letter is even hard coded in a lot of programs and scripts so people don't want to break things
– phuclv
Feb 10 at 8:22
Nope; That is absolutely not what i meant. The author set a drive label to the partition. They didn’t assign a drive letter. You can also assign any drive letter to any partition you want. Windows doesn’t limit you in that regard
– Ramhound
Feb 10 at 4:27
Nope; That is absolutely not what i meant. The author set a drive label to the partition. They didn’t assign a drive letter. You can also assign any drive letter to any partition you want. Windows doesn’t limit you in that regard
– Ramhound
Feb 10 at 4:27
A: and B: are not specifically reserved for floppies. I use them all the time. It's just the old convention that C is the system drive and that drive letter is even hard coded in a lot of programs and scripts so people don't want to break things
– phuclv
Feb 10 at 8:22
A: and B: are not specifically reserved for floppies. I use them all the time. It's just the old convention that C is the system drive and that drive letter is even hard coded in a lot of programs and scripts so people don't want to break things
– phuclv
Feb 10 at 8:22
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%2f1401495%2fwhy-isnt-my-partition-appearing%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