Local Disk E

Anonymous
2018-05-01T11:19:11+00:00

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?

Windows for home | Windows 10 | Windows update

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.

0 comments No comments
Answer accepted by question author
Sumit 44,316 Reputation points Volunteer Moderator
2018-05-01T12:11:33+00:00

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"

Was this answer helpful?

100+ people found this answer helpful.
0 comments No comments
Answer accepted by question author
Sumit 44,316 Reputation points Volunteer Moderator
2018-05-01T11:34:59+00:00

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.

Was this answer helpful?

100+ people found this answer helpful.
0 comments No comments

68 additional answers

Sort by: Most helpful
  1. Sumit 44,316 Reputation points Volunteer Moderator
    2018-05-25T10:14:02+00:00

    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.

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2018-05-10T15:41:29+00:00

    Everybody seems to have omitted a couple of important bits.

    DISKPART> list volume

      Volume ###  Ltr  Label        Fs     Type        Size     Status     Info

      ----------  ---  -----------  -----  ----------  -------  ---------  --------

      Volume 0     E                       DVD-ROM         0 B  No Media

      Volume 1     C   SYS          NTFS   Partition    459 GB  Healthy    Boot

      Volume 2         Windows RE   NTFS   Partition    980 MB  Healthy

    * Volume 3         Recovery Im  NTFS   Partition     15 GB  Healthy

      Volume 4         SYSTEM       FAT32  Partition    360 MB  Healthy    System

      Volume 5     F   DATA         NTFS   Partition   1862 GB  Healthy

    DISKPART> exit

    DISKPART> exit

    Leaving DiskPart...

    C:\WINDOWS\system32>

    In the above listing, the asterisk suggested to me that the change hadn't been saved. Entering the exit command (last line), followed by redisplaying the volume list confirmed that the partition table was, indeed, updated, most likely by the exit command. I'm not sure what would happen if you closed the command prompt.

    Also pertinent is that I ran diskpart in an elevated prompt, which I did on my own, on the assumption that diskpart requires one.

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2018-05-01T12:03:29+00:00

    clicking on partition E only brings up a help notification.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments