Search : in
By :

Howto format a pen drive through CMD

Last answer on Jun 10, 2009 10:10:09 am BST Hitstorm, on Jun 10, 2009 8:49:54 am BST 
 Report this message to moderators

Hello,
1) (skip the format, just unhide them)

Open a dos prompt (Start >> Run >> cmd) and type:
attrib -r -h -s ./s x:\*.*
This will change the attributes of all of the files on the pen drive. Readonly, hidden, and system attributes will be removed. Replace the X: with your pen drive's drive letter. Now you will be able to see them in Explorer, and delete them, without formatting anything.

2) (format with DOS commands)

Open the DOS prompt (Start >> Run >> cmd)
Type:
FORMAT X: /FS:FAT32 /Q /V:PenDrive
This will reformat the Pen drive, using the FAT32 file system, and label the drive PenDrive. Replace X: with the actual drive letter of your Pen Drive. For more help on this command, type:
FORMAT /?
at the command prompt.


3) (format using Windows GUI, Explorer)

Configuration: Windows XP
Firefox 3.0.10

Best answers for « howto format a pen drive through CMD » in :
Formatting your drive in FAT32 ShowFormatting your drive in FAT32 Issue Solution Issue Windows XP normally refuse to format a partition higher than 40 GB with FAT32. however this operation performs properly with NTFS Solution The solution for this issue is to boot...
Remove Write Protection on Pen drive ShowRemove Write Protection on Pen drive Issue Solution Issue This a very common problem when using USB flash drives. Sometimes when you try to copy or delete files you get an error message “Remove the write-protection or use another...
Formatting Your Hard Drive ShowFormatting Your Hard Drive Formatting and installing your Hard drive using the installation CD ] A hard disk drive is a non-volatile device mainly for data storage. Usually faster than any other storage device, this essential...

1

 voltio, on Jun 10, 2009 10:10:09 am BST
  • +2

Thanks! nice from you...

Reply to voltio