CLEAN Format Disk
CLEAN Format Disk
steps:
Important: These instructions will erase everything on the drive that you'll select
changes can't be undone. If the drive is still accessible, it's recommended to
backup its data before proceeding. If you have multiple drives connected to your
device, it's recommended to disconnect them to avoid selecting the wrong one.
Open Start.
Search for Command Prompt, right-click the top result, and select the Run as
administrator option.
Type the following command to launch DiskPart and press Enter:
diskpart
Type the following command to list all the active drives and press Enter:
list disk
Type the following command to select the drive that you want to clean and press
Enter:
select disk 0
In the command, make sure to replace 0 for the drive number that you want to
repair. If you don't perform this step correctly, you could end up wiping out the
wrong drive. Proceed with caution.
Type the following command to wipe out the drive and press Enter:
clean
Type the following command to confirm the drive still selected and press Enter:
list disk
Quick note: The output should include an asterisk (*) next to the selected drive.
Type the following command to create a new partition and press Enter:
Type the following command to select the new primary partition and press Enter:
select partition 1
Type the following command to make the partition active and press Enter:
active
Type the following command to format the partition using the NTFS file system, set
a drive label, and press Enter:
Type the following command to assign a letter and make the drive available in File
Explorer and press Enter:
assign letter=g
In the command, replace g with the drive letter that you want to use, which isn't
currently assigned by another drive.
exit
Type the following command to close Command Prompt and press Enter:
exit