USB stick corrupted

Discussion in 'PC hardware help' started by trigger47, Oct 14, 2009.

  1. trigger47

    trigger47 Regular member

    Joined:
    Aug 30, 2006
    Messages:
    110
    Likes Received:
    0
    Trophy Points:
    26
    I have an 8GB Sandisk Cruzer. I always use the "safely remove hardware" function so I don't know how this could happen. I plugged in my usb stick to another computer and it said it was corrupted. I formatted it regardless because the files on there I already had back-ups of. The thing is, I had the USB stick partitioned into 2 drives. One of them 5GB, the other 3GB. Only the 5GB partition is showing in the list of drives in My Computer. I would like to fix it so that the usb stick is the whole 8GB again. Any help?
     
  2. KillerBug

    KillerBug Active member

    Joined:
    May 21, 2006
    Messages:
    3,802
    Likes Received:
    0
    Trophy Points:
    66
    You can use diskpart to wipe the drive out and create a new 8GB partition.

    While flash drives can support multiple partitions, they are not designed for it. It is likely that the corruption was due to the partitions.
     
  3. trigger47

    trigger47 Regular member

    Joined:
    Aug 30, 2006
    Messages:
    110
    Likes Received:
    0
    Trophy Points:
    26
    I'm sorry I'm not to keen on this process. Would you or someone else mind explaining this?
     
  4. ecknight

    ecknight Regular member

    Joined:
    May 19, 2005
    Messages:
    177
    Likes Received:
    0
    Trophy Points:
    26
    plug the drive in and do the following

    1. right click on my computer

    2. select manage

    3. select disk management under storage

    4. select the drive

    5. if you right click on the drive itll give you options

    youll probally have to delete the partitions and then reformat it to give you one big partition
     
  5. trigger47

    trigger47 Regular member

    Joined:
    Aug 30, 2006
    Messages:
    110
    Likes Received:
    0
    Trophy Points:
    26
    I can format the working partition just fine, but the 2nd partition (which is appearing blank in the list) does not let me do anything. It says "the operation did not complete because the partition or volume is not enabled" and says to restart the computer to enable it. I've done so multiple times and still hasn't worked. I took a snapshot of my screen. Any help?

    [​IMG]
     
  6. ecknight

    ecknight Regular member

    Joined:
    May 19, 2005
    Messages:
    177
    Likes Received:
    0
    Trophy Points:
    26
    i believe you have to delete both partitions first then the whole drive will be unallocated space then you can format it as one drive
     
  7. kk0425

    kk0425 Member

    Joined:
    Sep 21, 2005
    Messages:
    90
    Likes Received:
    0
    Trophy Points:
    16
    As the above poster said, yes you should delete both partitions. Have you tried right clicking the extra partition and clicking "Initialize" or something to that effect?
     
  8. KillerBug

    KillerBug Active member

    Joined:
    May 21, 2006
    Messages:
    3,802
    Likes Received:
    0
    Trophy Points:
    66
    Goto the run dialogue and type in "CMD"
    type "diskpart"
    type "list disk"
    type "select disk x" - where x is the disk number of the flash drive
    type "clean"
    type "create partition primary"
    type "select partition 1"
    type "active"
    type "format fs=fat32" or "format fs=ntfs"
    type "assign"
    type "exit" twice
     

Share This Page