Jump to content

Broken USB Drive

Go to solution Solved by Altecice,

You can wipe the partition table and all data manually via Command Prompt:

 

Open up a Command Prompt as Admin:

Diskpart

list disk (find the 8GB USB pen, note its number)

Select disk #

clean

create part pri

select partition 1

format fs=fat32 quick

active

assign

 

your USB pen should now pop up in a Window with a new drive letter and a single 8GB partition.

 

 

 

So I burned a Linux ISO to my 8gb usb. But I decided I needed it for something else soon after so I decided to be super smart and just reformat it by just right clicking on it in "this Pc" and reformat it. But that didn't work and it's stuck with just 2MB of space. But it should have around 8GB. It shows the missing space in disk management but I can't seem to re-allocate it. No matter what I try, nothing works. Help!

 

image.jpg

Link to comment
https://linustechtips.com/topic/627126-broken-usb-drive/
Share on other sites

Link to post
Share on other sites

Minitools partition wizard free is my go to for formats and partitions

                     .
                   _/ V\
                  / /  /
                <<    |
                ,/    ]
              ,/      ]
            ,/        |
           /    \  \ /
          /      | | |
    ______|   __/_/| |
   /_______\______}\__}  

Spoiler

[I5-12600k | 32gb DDR5 6000 | RTX5070 | 2x1tb M.2]

 

[Ryzen 5 1600 | 16gb DDR4 3200 | GTX1030 | 4x 8tb HDD] 

 

Link to comment
https://linustechtips.com/topic/627126-broken-usb-drive/#findComment-8090815
Share on other sites

Link to post
Share on other sites

You can wipe the partition table and all data manually via Command Prompt:

 

Open up a Command Prompt as Admin:

Diskpart

list disk (find the 8GB USB pen, note its number)

Select disk #

clean

create part pri

select partition 1

format fs=fat32 quick

active

assign

 

your USB pen should now pop up in a Window with a new drive letter and a single 8GB partition.

 

 

 

Quack 🦆

Link to comment
https://linustechtips.com/topic/627126-broken-usb-drive/#findComment-8090825
Share on other sites

Link to post
Share on other sites

1 hour ago, Altecice said:

You can wipe the partition table and all data manually via Command Prompt:

 

Open up a Command Prompt as Admin:

Diskpart

list disk (find the 8GB USB pen, note its number)

Select disk #

clean

create part pri

select partition 1

format fs=fat32 quick

active

assign

 

your USB pen should now pop up in a Window with a new drive letter and a single 8GB partition.

 

 

 

Thanks for the help!! It worked!

Link to comment
https://linustechtips.com/topic/627126-broken-usb-drive/#findComment-8091305
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×