Windows 10 Disk Management Commands Flashcards
chkdsk
Definition
What does it do?
Examples
Definition –> Check Disk
What does it do –> Used to scan a disk in hopes of recovering corrupted files
chkdsk /f –> This fixes errors on the disk
chkdsk /r –> This fixes errors and locates bad sectors
format
Definition
What does it do?
Examples
Definition –> Format
What does it do –> Used to erase a disk file applying a file system
format /fs –> This specifies the type of file system (FAT, FAT32, exFAT, NTFS)
format d: /fs:ntfs –> This will format the D drive as NTFS
format /q –> This performs a quick format
format d: /fs:fat32 /q –> This will quick format the D drive as FAT32
convert
Definition
What does it do?
Examples
Definition –> Convert
What does it do –> This is used to change a FAT/FAT32 filesystem to NTFS without erasing files
convert /fs –> Specifies that the volume will be converted to NTFS
diskpart
Definition
What does it do?
Examples
Definition –> Disk Part
What does it do –> A command line partition management tool