USB stick going wack :O

Discussion in 'PC Hardware' started by timesurfer, Mar 10, 2013.

  1. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,527
    4,112
    270
    #1 timesurfer, Mar 10, 2013
    Last edited: Mar 10, 2013
    Have sandisk new 4 gb flash drive and it now says only 1.90 gb?

    I formatted it but no luck

    Anyone know of this problem?

    Was working fine till I put hdd regen on it..lol

    Thanks
     
  2. Muerto

    Muerto MDL Debugger

    Mar 7, 2012
    1,858
    2,111
    60
    1. Plug in your USB Flash Drive
    2. Open a command prompt as administrator.
    3. Find the drive number of your USB Drive by typing the following into the Command Prompt window:
      Type diskpart
      Type list disk
      The number of your USB should be in the list. You’ll need this for the next step. we'll assume that the USB flash drive is disk 1.
    4. Format the drive by typing the next instructions into the same window. Replace the number “1” with the number of your disk below.
      select disk 1
      clean
      create partition primary
      select partition 1
      active
      format fs=NTFS or format fs=FAT32
      assign
      exit

    Hope this helps, The Dev.
     
  3. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,527
    4,112
    270
    Thank you for your help

    It brought it back to full capacity

    :shisha:
     
  4. Muerto

    Muerto MDL Debugger

    Mar 7, 2012
    1,858
    2,111
    60
    Any time :D

     
  5. burfadel

    burfadel MDL EXE>MSP/CAB

    Aug 19, 2009
    2,627
    3,856
    90
    The clean command works great (clean all wipes all data), just remember to ABSOLUTELY make sure you select the correct disk when doing this!

    For USB sticks, you should never use NTFS on it, preferably you use Fat32 with 32K allocation size. It's just what they're designed for. Running NTFS on the flash drive will diminish performance, as will running an allocation size smaller than 32k (such as 4K). You can also format to exFAT, but not all OS support that.

    I highly recommend using the SD Card Organisation's SD Card Formatter for USB sticks (yes it does support USB sticks) as well as for SD cards etc.

    If you don't format using the above principles, you will most likely get lower drive performance.