If you are using linux but dont have enough knowledge to format a pen drive, give a look at following commands. You can format USB pen drive with the help of following commands:
[a] fdisk : Partition table manipulator for Linux
[b] mkfs.ext3 : Create an ext2/ext3 filesystem by formatting given
partition name (/dev/partition)
[c] e2label : Change the label on an ext2/ext3 filesystem
First make sure USB pen is not mounted. Click on Places > Computer >
Select USB pen >
Right click > Select Unmount Volume.
Let us assume that /dev/sda1 is your partition name for USB pen. To
format type the following
command (Open X terminal and type the command)
$ sudo mkfs.ext3 /dev/sda1
Caution: Careful while entering device/partition name; wrong name can
wipe out entire hard disk!!!
Now use e2label command to change the filesystem label on the ext3
filesystem located on device /dev/sda1:
$ sudo e2label /dev/sda1 usb-pen
You can also create an MS-DOS/Windows XP file system under Linux,
enter:
$ sudo mkfs.vfat /dev/sda1
Now you are ready to use USB pen.
there is a link of the web page from where i got this
** Ubuntu Linux format USB pen drive **
How do I format a USB pen drive under Ubuntu Linux for ext3 file
system?
URL to article
thanks for the helpful info. I am trying to get Linux running for my class tomorrow…
By: Two Dishes on September 2, 2008
at 12:04 am
Though quite low key, it’s indeed a very useful post.. Do keep up the good work…
By: taksen on January 12, 2009
at 8:57 am
HELLO
HOW TO VIRUS REMOVE AND DELETE
STEP BY STEP
By: KYAWTHU on March 28, 2009
at 11:30 am
How to formate pen drive in linux
By: sindhi parvez on July 14, 2009
at 11:17 am
bhuj saras chhe………………
By: taro bap on September 2, 2009
at 10:17 am