Unable to hide a system partition in windows 10 Build 19042.928

Mohamed Al Gohary 1 Reputation point
2021-04-21T02:53:03.047+00:00

A partition just appeared out of nowhere, the partition's name is "SYSTEM_DRV (F:)" and it is 260MB.
Something that might be related to the issue is that I had a USB stick (with the same letter F) fail just before this happened, and I changed the USB's letter to "G" instead, then this happened.
I did some research, I tried first to remove the letter from disk management, but was unable to, then I tried the "diskpart" method and it got me nowhere. All the fixes I could find online were for partitions that the system recognized it had a letter attached to it, which is not the same as my case, here is a screenshot
89719-image.png

Is there any fix for this issue?

Windows for business Windows Client for IT Pros User experience Other
{count} votes

3 answers

Sort by: Most helpful
  1. Docs 15,761 Reputation points
    2021-04-21T06:34:02.487+00:00

    Open disk management > by default some columns are compressed > widen each Status and Volume > make sure the contents within the parenthesis are in full view and that none of the characters are cutoff > view disk 0 > widen this row as needed so that all of the characters are in full view > post an image into the thread
    https://www.tenforums.com/tutorials/2503-disk-management-how-post-screenshot.html

    Download and install Minitool Partition Wizard > click launch > post an image of the results into this thread
    https://download.cnet.com/MiniTool-Partition-Wizard-Free-Edition/3000-2094_4-10962200.html
    https://www.partitionwizard.com/partitionmagic/portable-partition-magic.html

    Open administrative command prompt and copy and paste: (all at one time)

    diskpart
    lis dis
    lis vol
    sel dis 0
    det dis
    lis par
    sel par 1
    det par
    sel par 2
    det par
    sel par 3
    det par
    sel par 4
    det par
    sel par 5
    det par
    sel par 6
    det par
    sel dis 1
    det dis
    lis par
    sel par 1
    det par
    sel par 2
    det par
    sel par 3
    det par
    sel par 4
    det par
    sel par 5
    det par
    sel par 6
    det par
    sel dis 2
    det dis
    lis par

    When these have completed > right click on the top bar or title bar of the administrative command prompt box > left click on edit then select all > right click on the top bar again > left click on edit then copy > paste into the thread


  2. Mohamed Al Gohary 1 Reputation point
    2021-04-24T12:50:43.307+00:00

    No problem @cheong00 , If I were to run the commands, I would've learned more about them first and knew what they did exactly.
    Thanks for all the help @Docs @cheong00 @Darrell Gorter @Jenny Feng

    I resolved the issue on my own as follows:

    Removed the letter from problem drive (with Diskpart)
    Restarted Windows (problem drive returned with same letter)
    Removed the letter again (With Diskpart)
    Hid the partition with an external program (Minitool partition wizard) and it didn't come back after several restarts.

    So what's the problem with diskpart not being able to produce the same effect that Minitool did?


  3. Docs 15,761 Reputation points
    2021-04-24T23:09:01.007+00:00

    If the command results had been run there would be more information.
    It's likely that if it were to reoccur diskpart would fix the problem.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.