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.

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 accountSign in
Already have an account? Sign in here.
Sign In Now