1

Chkdsk /f /r /x in cmd

Hello,I just want to know the usage of /f /r /x options in the chkdsk command.What it actually does?

Windows Add a comment
AadrikaAnshu
asked Jun 27 2019

Answer

1

CHKDSk : Purpose of CHKDSk is used to check and repair disk errors in Windows 10

Options:
/f : It tells CHKDSK to fix the error if it finds any
/r : locates the bad sectors of the drive and recover readable information
/x : Before starting the process,/x option forces the drive to dismount.

Add a comment
linuxhelp
asked Jun 27 2019
Post your Answer