This is How we can format a USB pen drive in linux

The command line procedure for formating the pendrive follows…

1. $ fdisk -l

this command shows the available partitions along with the mohttp://www.blogger.com/img/blank.gifunted drives as a list. Identify your pendrive from the list with care. Any change in drive will make your smile little tough.

2. $ mkfs.ext3 /dev/sda or $ mkfs.vfat /dev/sda1

The second command can be used when u need to partition your USB pen as VFAT/FAT32 file system
This post has been taken from :crack bytes

Comments

Popular posts from this blog

Listing/Delisting of an article in to an Assortment in SAP SCM Retail

How To Install LEX and YACC in Linux or Ubuntu

How to Create Live Search In Html Using Ajax Ad PhP - Google Live Search / Instant Search Code And Example