8GB USB Flash Drive became 3GB?

dbk47

Distinguished
Dec 4, 2008
68
0
18,630
i dont know what to do my 8GB USB became 3GB it all happen when i inserted it to my virused HDD my USB sudden corrupted when i reformat it its shows around 3GB i reformatted it with various types File System yet still 3GB the odd thing is at Disk Management the other half of 3GB was there separately USB i can't do anything about it when right-clicking it i only get "Delete Volume" when i press "Delete Volume" i get nothing help me thanks in advance

119b3fc.jpg
 
Solution
If that doesn't work, you can use diskpart: Be carefull, because you have to select the correct partitions to delete.
1


Open a command prompt on your computer by clicking the "Start" button, clicking on the "Run" button, typing "CMD" (without quotes) into the command prompt, and then pressing the "OK" button. If you run Windows Vista/7, type "CMD" into the Search Bar that appears when you click the "Start" button and then hit the "Enter" key.

2


Type "diskpart" (without quotes) and press "Enter." You are now in the DiskPart utility.

3


Type "list disk" (without quotes) and press "Enter" to see a list of hard disks that are on the computer. Type "select disk=x" (without quotes). Replace "x" with the number of the disk that you wish...
If that doesn't work, you can use diskpart: Be carefull, because you have to select the correct partitions to delete.
1


Open a command prompt on your computer by clicking the "Start" button, clicking on the "Run" button, typing "CMD" (without quotes) into the command prompt, and then pressing the "OK" button. If you run Windows Vista/7, type "CMD" into the Search Bar that appears when you click the "Start" button and then hit the "Enter" key.

2


Type "diskpart" (without quotes) and press "Enter." You are now in the DiskPart utility.

3


Type "list disk" (without quotes) and press "Enter" to see a list of hard disks that are on the computer. Type "select disk=x" (without quotes). Replace "x" with the number of the disk that you wish to select. Press "Enter."

4


Type "list partition" (without quotes) and press "Enter" to see a list of partitions on the selected hard drive. Type "select partition=x" (without quotes) and press "Enter." ("X" is the partition number you wish to select.)

5


Type "delete partition" (without quotes) and press "Enter" to delete the partition that is currently selected. Once you have deleted the partition that you want to delete, type "exit" (without quotes) and press "Enter" to exit the DiskPart utility.

 
Solution


OMG! your my real HERO! man it works my USS is now back to normal man thanks a lot

heres the result after i did the instruction you give me

2czyo3c.jpg
 



Hi,

I try your method but i received message like this:
cannot delete a protected partition without the force protected parameter set

what to do now? please help...

 


Write the same command with "override" after it (without the quotes, of course)
 


hi Danny ,

i followed your instruction ,but i am not able to format nor open my USB DOK , please help.
 


I am a newbie, but I found out a way to fix it, i delete all the partitions, then typed create partition primary on the console, pressed enter, then reformatted my usb. Hope it works for you.
 
I deleted the wrong partition on a 8gb usb hard drive, this is how I solve the issue for me on windows 10:
1.Start a Command Prompt as an Administrator and type diskpart.
This starts the Disk Partition tool which you need to use to format the flash drive.
Once you see the DISKPART command prompt, type in the following commands
2.DISKPART> list disk /* shows list of active disks */
3.DISKPART> select disk # /* # is the number for your USB flash drive */
4.DISKPART> clean /* deletes any existing partitions on the USB flash drive */
5.DISKPART> create partition primary /* create a primary partition on the USB flash drive */
6.DISKPART> select partition 1 /* select the newly created partition */
7.DISKPART> active /* make the new partition active */
8.DISKPART> format FS=NTFS /* format the USB drive with NTFS file system */
9.DISKPART> assign /* assign a volume and drive letter to the USB drive */
10.DISKPART> exit /* exit Disk Partition */