How to Format a hard drive with the CMD command

You probably know how to format a usb or hard drive by right-clicking the drive and selecting Format or using software to format but manipulating Format by CMD is quite new and few people choose. In the article below, let's follow the steps to format the hard drive with CMD like offline!

You probably know how to format a usb or hard drive by right-clicking the drive and selecting Format or using software to format but manipulating Format by CMD is quite new and few people choose. In the article below, let's follow the steps to format the hard drive with CMD like offline!

How to Format a hard drive with the CMD command Picture 1How to Format a hard drive with the CMD command Picture 1

1. Format with diskpart command in CMD

Step 1: Access CMD with Admin rights.

On Windows 7

You click on Start (1) => enter the keyword cmd (2) => right click on cmd.exe (3) => Run as administrator (4) .

How to Format a hard drive with the CMD command Picture 2How to Format a hard drive with the CMD command Picture 2

On Windows 10

Click the Search icon (1) or use the Windows + S key combination . Next, enter the keyword cmd (2) => Run as administrator (3) .

How to Format a hard drive with the CMD command Picture 3How to Format a hard drive with the CMD command Picture 3

Step 2: After entering the Command Prompt as an admin, enter the following command and press Enter .

diskpart

How to Format a hard drive with the CMD command Picture 4How to Format a hard drive with the CMD command Picture 4

Step 3: Enter the following command and Enter .

list disk

After entering the above command, you will see a list of hard drives on the computer will be listed. Remember your drive letter is Disk 0, Disk 1 . Disk n to select in the following command.

For example, in the article I will select and format Disk 1 with a capacity of 1024 MB.

How to Format a hard drive with the CMD command Picture 5How to Format a hard drive with the CMD command Picture 5

Step 4: Enter the following command and Enter .

select disk n

(where n is the drive number you choose)

For example, the above step I format disk 1 so my command is select disk 1 .

How to Format a hard drive with the CMD command Picture 6How to Format a hard drive with the CMD command Picture 6

Step 5: Enter the following command to delete the partition and Enter .

clean

After having succeeded notice as shown below is successful.

How to Format a hard drive with the CMD command Picture 7How to Format a hard drive with the CMD command Picture 7

Step 6: Enter the following command again to check the selected drive.

list disk

If the drive you format is marked with an *, that drive is selected.

How to Format a hard drive with the CMD command Picture 8How to Format a hard drive with the CMD command Picture 8

Step 7: Enter the following command to recreate the partition.

create partition primary

If the succeeded message appears, it will work.

How to Format a hard drive with the CMD command Picture 9How to Format a hard drive with the CMD command Picture 9

Step 8: Enter the following command to activate the selected partition.

active

How to Format a hard drive with the CMD command Picture 10How to Format a hard drive with the CMD command Picture 10

Step 9: Enter the following command to reformat the drive in NTFS storage format and give the drive a new name.

format FS = NTFS label = name o dia quick

(Where name o dia is the arbitrary name you give that drive)

How to Format a hard drive with the CMD command Picture 11How to Format a hard drive with the CMD command Picture 11

Step 10: At this point, you have completed the format and created a drive with CMD, enter the exit command and press Enter to exit the DISKPART command and close the cmd window.

How to Format a hard drive with the CMD command Picture 12How to Format a hard drive with the CMD command Picture 12

2. Format fast drive with format command in cmd

Step 1: Open CMD with admin rights and enter the following command:

format : / q

(with name o dia ) is the drive you choose as C, D, E .

For example: In this article I will format drive D with the command.

format D: / q

How to Format a hard drive with the CMD command Picture 13How to Format a hard drive with the CMD command Picture 13

Step 2: If you are prompted to ask for the name of your current hard drive, enter the drive letter and press Enter .

For example, as my D drive is named TTPM, I will type TTMP into the Enter current volume label for drive D box:

How to Format a hard drive with the CMD command Picture 14How to Format a hard drive with the CMD command Picture 14

Step 3: Warning of erasing data on the drive you have Format appears, enter Y and Enter to continue.

How to Format a hard drive with the CMD command Picture 15How to Format a hard drive with the CMD command Picture 15

Step 4: Press Enter to continue the Quick Format process .

How to Format a hard drive with the CMD command Picture 16How to Format a hard drive with the CMD command Picture 16

Then your drive has been formatted successfully with the message Format complete as shown below.

How to Format a hard drive with the CMD command Picture 17How to Format a hard drive with the CMD command Picture 17

In addition to the above, you can format with commands like:

format: / q / fs: exFAT: this command to format quickly with exFAT format

format: / q / fs: NTFS: Quickly format the selected drive to the NTFS standard

format: / fs: NTFS / v: Name: format quickly with the name you choose (Name = the specific name you gave the drive)

With instructions on how to format a drive with the CMD command, you know how to format a drive that is extremely unique and interesting. Good luck!

4.3 ★ | 4 Vote