BadBlocksPlaceholder icon indicating copy to clipboard operation
BadBlocksPlaceholder copied to clipboard

What`s the difference from chkdsk /f /r?

Open necros2k7 opened this issue 4 years ago • 1 comments

subj

necros2k7 avatar Aug 04 '20 13:08 necros2k7

I think chkdsk /r only attempts to read sectors, even empty ones, without attempting to write anything. There are definitely cases where you need to try to write something and then read it back. Both SSDs and RAID arrays can re-allocate logical blocks from spare physical blocks only when they are overwritten, as they are not "sure" of the data in that logical block in the first place. So by using this program we can cause that re-allocation to happen.

greatquux avatar Jan 19 '21 14:01 greatquux