How to fix a USB drive showing up as two drives (fragmented into multiple partitions) on Windows:
- Hold the Windows key and press X, select PowerShell (Admin), select Yes to the pop-up. You can also use Command Prompt.
- In the Powershell interface type
diskpart
to enter the disk partition tool. - Type
list disk
to see all disks listed. - Select the USB drive by typing
select disk [NUMBER]
. Be careful to select the correct drive. - Type
clean
. An error will occur if you have the drive folder open, close the window and repeat the command if this happens. - Type
create partition primary
. - Type
format fs=ntfs quick
to format the drive (you can also choose to setfs=fat32
). - Type
active
. - Type
assign
. - Type
list disk
and confirm your drive looks healthy. - 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.
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:
https://answers.microsoft.com/en-us/windows/forum/all/unsolve-windows-unable-to-complete-the-format/dc80d6d6-f741-4f2e-bbbc-a6633caf084b
https://www.reddit.com/r/techsupport/comments/lj866k/windows_cannot_format_this_drive_quit_any_other/