Subscribe For Free Updates!

Get All Latest Updates Directly in Your Email Inbox.

Monday, 29 February 2016

How to format my pendrive using command Prompt

How to format my pendrive using command Prompt

  • Click on Start > Run > Type cmd and click on OK.
    • Assuming the letter assigned to the USB flash drive is G, type the following command:
  • format /q /x G: and press Enter.
  • The q parameter stands for quick format
  • The x parameter forces the selected volume to dismount, if needed.
  • NB: Don't forget to replace the letter "G" with your drive letter

If you wish to format it in FAT32 :

 use  format f: /fs:fat32

  • If you wish to format it in NTFS :

 use  format f: /fs:ntfs

  • Now, press Enter and again Enter to confirm.
  • Wait for sometime and then command prompt will ask you to enter a drive name.
  • Type the drive name and then Press Enter again.
 

Written By • • Deven World*
For post related topics feel free to ask about any query in comment box .
SHARE This Post →

0 comments:

Post a Comment