Skip to content

Instantly share code, notes, and snippets.

@krisbolton
Last active September 20, 2024 18:39
Show Gist options
  • Save krisbolton/fc34ee629721d979f9f4275cba8dcfe5 to your computer and use it in GitHub Desktop.
Save krisbolton/fc34ee629721d979f9f4275cba8dcfe5 to your computer and use it in GitHub Desktop.
How to fix a USB drive showing up as two drives (fragmented into multiple partitions) on Windows

How to fix a USB drive showing up as two drives (fragmented into multiple partitions) on Windows:

  1. Hold the Windows key and press X, select PowerShell (Admin), select Yes to the pop-up. You can also use Command Prompt.
  2. In the Powershell interface type diskpart to enter the disk partition tool.
  3. Type list disk to see all disks listed.
  4. Select the USB drive by typing select disk [NUMBER]. Be careful to select the correct drive.
  5. Type clean. An error will occur if you have the drive folder open, close the window and repeat the command if this happens.
  6. Type create partition primary.
  7. Type format fs=ntfs quick to format the drive (you can also choose to set fs=fat32).
  8. Type active.
  9. Type assign.
  10. Type list disk and confirm your drive looks healthy.
  11. Type exit to exit.

You can get visual confirmation by typing ‘disk manager’ into the windows search bar in the bottom left. Select the USB to view.

@cxzcxz3221
Copy link

ty so much

@SatyaDewangan05
Copy link

thanks buddy

@quasar-011
Copy link

My computer says that :
Windows could not format your disk
after I type clean
Can you tell me the issue?

@krisbolton
Copy link
Author

My computer says that : Windows could not format your disk after I type clean Can you tell me the issue?

Hi @Quasar011 I've not come across this error myself, so I'm not sure. I've found the following links which might help you:

  1. https://answers.microsoft.com/en-us/windows/forum/all/unsolve-windows-unable-to-complete-the-format/dc80d6d6-f741-4f2e-bbbc-a6633caf084b

  2. https://www.reddit.com/r/techsupport/comments/lj866k/windows_cannot_format_this_drive_quit_any_other/

@Elpathoo
Copy link

You did it it helped me a lot! Rufus just crashed my USB and made a mess on my bootable USB, Thanks!!

@Kuyadrei
Copy link

Hi! Is this working with sdcard?

@anunes74
Copy link

anunes74 commented Apr 1, 2024

Many thanks! It saved my day. :)

@TurbineDH
Copy link

Thanks!!! I had a problem installing Linux in an old laptop. This helps a lot!!!

@andoink1
Copy link

Savior! I ran into this issue and couldn't believe I was having so much trouble fixing it, but your steps worked perfectly. I think the 'clean' was the essential step I was missing. Thank you!

@amesbond007
Copy link

Format timing is too long why ?

@apatullo
Copy link

apatullo commented May 8, 2024

Thanks for the steps to smite my misbehaving USB partitions. Much appreciated.

@Merloff
Copy link

Merloff commented May 25, 2024

Thank you for your help!

@Dumitru-Zlotea
Copy link

Thank you USB guru. You shall be remembered forever at least by me

@dilirity
Copy link

Nice! Thank you very much for this <3

@GabrielDuschl
Copy link

Worked, thank you!

@Nabilhossain01859
Copy link

thank you brother you saved my 2 pendrive

@ee-maniac
Copy link

thank you!

@kareemX
Copy link

kareemX commented Jul 18, 2024

when excuting 'active' command it gives me this
The selected disk is not a fixed MBR disk.
The ACTIVE command can only be used on fixed MBR disks

@devlumba
Copy link

ty!

@PsychoFox11
Copy link

PsychoFox11 commented Aug 3, 2024

Hmm for me it is listed as 2 drives in PS as well. Maybe it is how this thumbdrive is built. 32GB that came with a driver on it with a wifi dongle. Just trying to reclaim it all if even possible.

@mozzammal2
Copy link

great!! worked for me

@Injo-18
Copy link

Injo-18 commented Aug 6, 2024

Thank. You

@anilkachhadiya
Copy link

Great... Thank you 👍

@paolo2000h
Copy link

thanks!

@arteson-mec
Copy link

thanks! this saved me from throwing my pc out the window and trying to burn down google hq!

@SrDmitrov
Copy link

Thank you!

@Shariar-Hasan
Copy link

thank you

@noah-hw-kim
Copy link

Thank you so much!

@Marius385
Copy link

Thank you sir!

@damian-cozma
Copy link

Very useful!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment