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
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
Post a Comment