• About
  • Help
  • Privacy Policy
  • Contact
Friday, February 3, 2023
Computer AMC Services
No Result
View All Result
  • Home
  • SAS Techvision’s Profile
  • How To
    • All
    • DSC Error
    • iball Compbook
    • Microsoft Outlook
    • Windows
    Reset 120 day RDS Grace period using Registry

    Reset 120 day RDS Grace period using Registry on Windows Server

    How to Fix Error Code 0x80004005 Unspecified in Windows 10/11

    How do I fix Library not registered error in Outlook 2010

    How do I fix Library not registered error in Outlook 2010/2013

    How to Fix Windows 10 update Error Code 0x800F081F

    How to Fix Windows 10 update Error Code 0x800F081F

    Microsoft .Net Framework Error HRESULT 0x8000222

    How To Fix Microsoft .Net Framework Error HRESULT 0xc8000222

    how to Fix Share Printer Error Operation Failed With Error 0x00004005

    Fix Share Printer Error “Operation Failed With Error 0x00004005”

    Trending Tags

    • Education
    • Contact
    • Home
    • SAS Techvision’s Profile
    • How To
      • All
      • DSC Error
      • iball Compbook
      • Microsoft Outlook
      • Windows
      Reset 120 day RDS Grace period using Registry

      Reset 120 day RDS Grace period using Registry on Windows Server

      How to Fix Error Code 0x80004005 Unspecified in Windows 10/11

      How do I fix Library not registered error in Outlook 2010

      How do I fix Library not registered error in Outlook 2010/2013

      How to Fix Windows 10 update Error Code 0x800F081F

      How to Fix Windows 10 update Error Code 0x800F081F

      Microsoft .Net Framework Error HRESULT 0x8000222

      How To Fix Microsoft .Net Framework Error HRESULT 0xc8000222

      how to Fix Share Printer Error Operation Failed With Error 0x00004005

      Fix Share Printer Error “Operation Failed With Error 0x00004005”

      Trending Tags

      • Education
      • Contact
      No Result
      View All Result
      Computer AMC Services
      No Result
      View All Result
      Home All Articles

      How to format Pen Drive using CMD (Command Prompt)

      SAS Techvision by SAS Techvision
      August 28, 2022
      in All Articles, Windows
      0
      format pen drive using cmd
      Share on FacebookShare on TwitterShare on Whatsapp

      In this post, we will cover how to format pen drive using cmd. There are many ways to format pen drive, but in this post we will describe two ways to how to format pen drive using cmd. Pen Drive, USB Drive, Flash Drive or Memory Stick, whatever you call it, is a handy portable device that helps you to store valuable data.

      Like everything else, these tiny devices need formatting from time to time to work properly. An average person would try and do it the old-fashioned way: right click on the drive concerned and select ‘format’.

      But what if the process gets stuck in the middle or worse, comes up with an error? And that happens quite often. However, there’s always a better way to get things done. You can format your USB drive by using Command Prompt.

      Table of Contents

      • What is Command Prompt?
      • Step 1. How to Format a Pen Drive Using CMD
      • Step 2. How to Format a Pen Drive Using CMD
      • Step 3. How to Format a Pen Drive Using CMD

      What is Command Prompt?

      Command Prompt (CMD) is a command line interface in Windows which executes the command entered. It is a useful tool to execute tasks in a simpler and more effective.

      Step 1. How to Format a Pen Drive Using CMD

      • Connect your Flash Drive or Pen Drive to your computer.
      • Please make sure that you know the assigned letter for the drive as it is required in commands while formatting Pen Drive. Let’s suppose the drive letter assigned is H.
      • Press the Windows key and R together to open the Run box. In the Run box, type CMD to open Command Prompt.

      CMd in run

      Note: You can also Go to Start menu and type CMD  in the search box to open Command Prompt.

      • Once Command Prompt is open, type this command:
      format /q /x H:

      In this Command,

      format – Command for format

      Q – Quick Formatting

      X – forces the selected volume to dismount if required.

      H – letter assigned to the Drive. Check on your system and type the drive letter accordingly.

      • When you press enter, a message would be displayed “Insert new disk for drive H: and press ENTER when ready…”
      run cmd
      • Press enter, now the process will start and you need to wait until it is 100% completed.
      • A message will appear – “Initializing the File Allocation Table (FAT)… Volume label (11 characters, ENTER for none)?” This means that the process is completed and waiting for your confirmation.
      How to format Pen Drive using CMD
      • Press Enter to confirm, Once the process is complete, a message, “Format Complete” will be displayed.
      format pd via cmd

      You will also see the total space available on the drive after the process is complete.

      Step 2. How to Format a Pen Drive Using CMD

      in this step you have to run more command to format pen drive using cmd, Just run a few commands from the Windows command line (In Command Prompt) and Windows will do the rest.

      • Type cmd in Windows Search.
      • Right-click on Command Prompt > Run as administrator.
      cmd
      • Once the CMD window open, type diskpart and press “Enter“.
      disk part
      • Then you can type command list disk and press Enter, and all detected disks will be displayed with detailed information. Double check which drive is your USB drive.
      list disk
      • Type the command select disk 3 and press Enter to select the target USB flash drive. Double check which drive is your USB drive. In my list Disk 3 is USB drive according to size 14 GB, my pen drive capacity is 16 GB.
      select disk
      • After selecting pen drive, now type the clean command and press Enter. This command delete all data and partition of pen drive.
      clean
      • Now with the help of this command partition will be create. Type create partition primary and press Enter.
      create partition primary
      • Once DiskPart has successfully created the specified partition, type format fs=ntfs and press Enter. If you prefer other file system formats, you should change the ntfs command to anything like fat32, exfat, etc. you can use format fs=ntfs quick for quick format.
      format fs=ntfs
      • type the command assign and hit Enter. this command assign a latter automatically. assign letter=f this command assign a latter which you want.
      assign

      Now type exit command to exit diskpart program. Now your pen drive is ready to use.

      Step 3. How to Format a Pen Drive Using CMD

      In this step, you can quickly format a USB drive using cmd. its also use diskpart program. Again open CMD as administrator.

      • Type diskpart press Enter.
      disk part
      • Now, Type list volume and press Enter. All detected Volume will be displayed with detailed information. 
      list volume
      • Type select volume 6 to select you USB drive and press Enter. In this list USB drive is listed as Removable.
      select volume
      • Type format fs=ntfs quick and press Enter. This command format a USB drive quickly.
      quick format

      To close diskpart program type exit command and press Enter.

      ShareTweetSend
      SAS Techvision

      SAS Techvision

      SAS Techvision have all types of solution for all types of IT related issue because We are specialist in providing onsite Computer AMC Services. We also provide network support for all sized business. onsite computer repair service and network services that are convenient and reliable. We Perform these services at you door step.

      Related Posts

      Reset 120 day RDS Grace period using Registry

      Reset 120 day RDS Grace period using Registry on Windows Server

      January 26, 2023

      How to Fix Error Code 0x80004005 Unspecified in Windows 10/11

      December 26, 2022
      How do I fix Library not registered error in Outlook 2010

      How do I fix Library not registered error in Outlook 2010/2013

      December 23, 2022
      How to Fix Windows 10 update Error Code 0x800F081F

      How to Fix Windows 10 update Error Code 0x800F081F

      December 17, 2022
      Microsoft .Net Framework Error HRESULT 0x8000222

      How To Fix Microsoft .Net Framework Error HRESULT 0xc8000222

      December 17, 2022
      how to Fix Share Printer Error Operation Failed With Error 0x00004005

      Fix Share Printer Error “Operation Failed With Error 0x00004005”

      December 7, 2022
      Load More

      Newsletter

      Popular Post

      • Mozilla Firefox Browser & Java Version for EPFO Unified Portal

        Mozilla Firefox Browser & Java Version for EPFO Unified Portal

        0 shares
        Share 0 Tweet 0
      • The Credentials Supplied Are Not Sufficient To Access This Printer

        3 shares
        Share 0 Tweet 0
      • Error in establishing connection with TRACES Websocket Esigner on TRACES (Solved)

        5 shares
        Share 0 Tweet 0
      • How to Fix File couldn’t open in protected view Error in Excel

        0 shares
        Share 0 Tweet 0
      • How to fix error 0x00000bc4, No printers were found in Windows 11

        0 shares
        Share 0 Tweet 0

      Recent Post

      Download Java Ver. 1.8 update 162 32 Bit For Traces Emsigner

      February 2, 2023
      Which-Java-Version-Is-Required-For-EPF-Digital-Signature-2

      Download Java 8 Update 171 Version for EPFO

      February 2, 2023
      mozilla firefox version for epfo

      Download Mozilla Firefox (32bit) 38.0.1 for EPFO Digital Signature

      February 2, 2023

      By Categories

      • .Net Framework Error
      • All Articles
      • Bootable Device
      • BSOD
      • Download Software
      • DSC Error
      • Error Code
      • Game
      • How to
      • iball Compbook
      • Microsoft Outlook
      • Network issues
      • Printer Error
      • Tech News
      • Windows
      • Windows Installation
      • Windows Server
      Computer AMC Services

      We are one of the best computer amc service provider in New Delhi. Being the best in our field means that we are committed to every project, we have ingenious ideas that become reality and we make every client happy. we have hundreds of satisfied Computer AMC Customers.

      Recent Post

      • Download Java Ver. 1.8 update 162 32 Bit For Traces Emsigner February 2, 2023
      • Download Java 8 Update 171 Version for EPFO February 2, 2023
      • Download Mozilla Firefox (32bit) 38.0.1 for EPFO Digital Signature February 1, 2023

      Our Social Media

      • About
      • Help
      • Privacy Policy
      • Contact

      © 2015 SAS Techvision - One of The Best AMC Services Provider In Delhi & NCR

      No Result
      View All Result
      • Home
      • SAS Techvision’s Profile
      • How To
      • Education
      • Contact

      © 2015 SAS Techvision - One of The Best AMC Services Provider In Delhi & NCR

      Go to mobile version