Yes, it is 3 in your case. It can vary to a system by system.
Correct squence:
diskpart
list volume
select volume 3
remove letter="E"
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I updated to the Creators Spring 1803 update yesterday. Everything seems to be fine although I have not done much since updating. However I notice in windows explorer under Local disk C another entry for Local disk E? It is for 449mb in size with 42.9mb free space left. It opens to show nothing saying the folder is empty. What is it ? Anything to do with the update or can I just delete it?
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Yes, it is 3 in your case. It can vary to a system by system.
Correct squence:
diskpart
list volume
select volume 3
remove letter="E"
This is one of the known issues I am seeing with the update as Recovery partition should be hidden and is accidentally assigned a drive letter.
Right-click Start>Command Prompt(admin)
Type in the following:
diskpart
list volume
select volume 3
Replace 3 with the number of the volume which is assigned a drive letter. (In hundreds of MBs)
remove letter="G"
Replace G with the Recovery drive letter.
Don't worry, removing a drive letter would not cause any harm to your device.
I went back and followed Kjell Svela post of May 26 and it appears that it worked - thank you. For all others -
you need to type "remove letter = "E type exact -
I did the above a number of times but I could not "select" volume 3 to remove "e" - Was I doing something wrong? I was in a black screen, looks like the old doss screens.
Right click the start button and select Command Prompt(admin)/Powershell Admin whichever exists.
When the next window opens, type the commands one by one, press Enter after each
diskpart
select disk 0
list volume
<You would get a list of drives. Note the volume number of the drive which is assigned the drive letter, it would be in 100s of MBs, replace X with the volume number)
select volume X
remove letter="Y"
Replace Y with the drive letter which has been assigned to volume X.
What shall I exactly type in on the lines:
select volume X
remove letter="Y"
Replace Y with the drive letter which has been assigned to volume X.
Kjell Svela