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