Windows 10 Disk Management Commands Flashcards

1
Q

chkdsk
Definition
What does it do?
Examples

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

format
Definition
What does it do?
Examples

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

convert
Definition
What does it do?
Examples

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

diskpart
Definition
What does it do?
Examples

A

Definition –> Disk Part
What does it do –> A command line partition management tool

How well did you know this?
1
Not at all
2
3
4
5
Perfectly