Skip to main content

How to Restore Your USB Key to it's original state

After having tooled around with a USB Linux version using your multi partitioned flash pen drive, you might find it necessary to revert it back to a single fat partition (restore the flash pen drive to it's original state) that can again be read by all computers. For those working from Linux this task can easily be accomplished via the following Linux tutorial. Windows users can Download and use either the SP27608 HP-USB Format tool or follow the Windows instructions below that utilizes the newer HP USB Format tool.

WARNING: This process will delete any information that is currently stored on the USB key. Proceed with caution!

Restoring your USB key to it's original state via Windows:

  1. Download the HP USB Format tool
  2. Run the USB Format tool. Select your Device from the list, select your File system type, and click Start to format the drive:
  3. That's it, your USB flash drive should now be formatted in a singular partition just as it was from the factory

Restoring your USB key to it's original state using Linux Ubuntu:

A. First we need to delete the old partitions that remain on the USB key.

  1. Open a terminal and type
    sudo su
  2. Type
    fdisk -l
    and note your USB drive letter.
  3. Type
    fdisk /dev/sdx
    (replacing
    x with your drive letter)
  4. Type
    d
    to proceed to delete a partition
  5. Type
    1
    to select the 1st partition and press enter
  6. Type
    d
    to proceed to delete another partition (fdisk should automatically select the second partition)

B. Next we need to create the new partition.

  1. Type
    n
    to make a new partition
  2. Type
    p
    to make this partition primary and press enter
  3. Type
    1
    to make this the first partition and then press enter
  4. Press enter to accept the default first cylinder
  5. Press enter again to accept the default last cylinder
  6. Type
    w
    to write the new partition information to the USB key
  7. Type
    umount /dev/sdx
    (replacing
    x with your drive letter)

C. The last step is to create the fat filesystem.

  1. Type
    mkfs.vfat -F 16 /dev/sdx1
    (replacing x with your USB key drive letter)

That's it, you should now have a restored USB key with a single fat 16 partition that can be read from any computer.


Comments

Popular posts from this blog

Howto Install BSNL wll clarity phone in Ubuntu

Hello linixians, Failed to access internet through your bsnl clarity phone.... Here is an easy way 1. Just download this executable..... bsnlclarity and save it to your home folder. 2. Connect your phone to the system with the usb cable. 3. Now at terminal type $ sudo ./bsnlclarity You will be asked for your username and password for accessing the internet enter it ..... now start surffing Ctrl+C to stop

Blank (or black) screen after boot process in Ubuntu

You may encounter a blank screen after boot in ubuntu. This will be due to some update of certain packages. Follow these steps to correct the problem. 1. Select recovery mode from the boot menu. 2. Select login as root from the menu in recovery mode. 3. Type this at the prompt # sudo apt-get remove xorg-driver-fglrx # sudo dpkg-reconfigure -phigh xserver-xorg 4. Exit # exit 5. Now select Resume normal boot from the menu. Every thing should be OK by now. Please comment about your experience.

gtalx: Howto Gtalk in ubuntu ( google talk )

Did you fail to use " gtalk in ubuntu " ... Now you can chat and talk to your gmail buddies in ubuntu... 1. check for gtk2.0 and qt4 $ sudo apt-get install libgtk2.0-dev $ sudo apt-get install libqt4-dev libogg-dev libtheora-dev $ sudo apt-get install libsdl-dev libavcodec-dev libswscale-dev $ sudo apt-get install libexpat-dev libraw1394-dev libvorbis-dev $ sudo apt-get install libgsm1-dev  libspeexdsp-dev libmediastreamer0-dev libortp-dev 2. Remove 'pulse audio sound server' Open synaptic package manager and remove pulse audio 3. "Download gtalx" from here Dowload it here 4. Extract the file.... $ tar -zxvf 0.0.4.tar.gz 5. Get into the directory.... $ cd 0.0.4 and then... $ sudo chmod u+x make $ ./make $ sudo ./make install 6. Enjoy..... Please comment about your installation(whether it was a success or not....) Take gtalx from Applications > Internet > gtalx Enter your gmail login information..and click connect...