Is my thumbdrive ruined?

zerbutz

New Member
I recently used my 32 GB usb drive as a Fedora 22 LiveCD to do a clean reinstall on my system. Thing is, I used the "destructive method" as I wasn't concerned about saving the information that was already on the thumbdrive. But is it ruined for good now? I can't format it and I can't delete any of the Fedora installation stuff off it. It says it's 1.4 GB now instead of 32 GB.

When I try to format the usb drive, I get an error saying, "This partition cannot be modified because it contains a partition table; please reinitialize layout of the whole device." ...But I don't know how to do that.

Not very good with computers, could really use some help. Thank you.
 
Last edited:
Just run CMD as an administrator and run Diskpart. Type Select Disk. A list of disks will appear. Find yours and type "Select disk #" replacing # with the appropriate number. Then do the next commands.

Clean
Create partition primary
format quick fs=ntfs

You're done.
 
Back
Top