Tweaking.com Support Forums

Main Forum => Everything Else => Topic started by: Peter on August 07, 2013, 11:17:07 am

Title: Disk Error Checking at Next Boot Question
Post by: Peter on August 07, 2013, 11:17:07 am
Hi, There!
I want to know is it CHKDSK [Drive:] /F or CHKDSK [Drive:] /X /F /R which provides 5 stage for checking, not 3 as CHKDSK /F?

Sorry for my poor English!
Greetings!

EDIT: CHKDSK /R = CHKDSK /F
Title: Re: Disk Error Checking at Next Boot Question
Post by: Shane on August 10, 2013, 01:23:23 am
/R will normally do /F as well, but I still put it in lol

/X will tell the drive to dismount, which is fine if your not scanning the c: drive. If you try it will say it cant and would you like to do it at next boot.

SO these will work (I will use D: as an example)

CHKDSK D: /f /r /x
or
CHKDSK D: /f /r
or
CHKDSK D: /r

If you dont use /x and the drive needs dismounted it will ask you if you want to.

Shane
Title: Re: Disk Error Checking at Next Boot Question
Post by: Peter on August 10, 2013, 03:26:42 am
Thanks! :)
I made this topic, because when I use Disk Error Checking at Next Boot, I see only 3 stages, not 5.
Are you going to update it?


Title: Re: Disk Error Checking at Next Boot Question
Post by: Shane on August 12, 2013, 01:01:29 pm
I only have it check the drive for file system errors not bad sectors.

And that tool only sets the dirty bit flag on the drive so Windows will scan it. :wink:

If I had it check for bad sectors and users didnt know and the scan took hours (Think a 2 TB drive) then I would have some ticked users lol

Besides, on a normal scan if any of the data on the drive is on a bad sector it will see it (Normally) because when it goes to read the data on that sector it wont be able t. The extra steps is where it checks every sector on the drive.
Title: Re: Disk Error Checking at Next Boot Question
Post by: Peter on August 15, 2013, 12:05:10 pm
I see, thanks for the information!

Best regards,
Peter