Repair corrupted Drive using DISKPART

Опубликовано: 16 Июнь 2026
на канале: CyborgTech
195
3

#diskpart #cmd #corrupteddrive #format #recover #windows
Diskpart is a command-line disk partitioning utility that helps to manage the drives.

Now let's see how to format a corrupted drive or any other drives.

1.Open cmd terminal and type "diskpart"
(click yes if any prompt popup)

2.Type "list disk"
(this cmd list all the available disks inserted to ypur pc/laptop)

3."select disk n"(where n is the disk number where you want to format)

4.type "clear"
(this cmd clear all files and attributes mostly)

5.type "create partition primary"

6.type "format fs=fat32 quick"

7.type "active"

8.type "assign"

9.type "exit"