Thanks. But does error check GUI do the equivalent of a chkdsk /r or /f? Or both?Both are same. Error Checking is simply a GUI for the chkdsk command line tool.
As far as i can tell, GUI variant runs Chkdsk without any additional parameters. It just scans HDD for errors.But does error check GUI do the equivalent of a chkdsk /r or /f? Or both?
Wait, are you telling me the chkdsk only works for HDDs and not SSDs?Though, it has been many years when i last used HDD in PC
Wait, are you telling me the chkdsk only works for HDDs and not SSDs?
Checks the file system and file system metadata of a volume for logical and physical errors. If used without parameters, chkdsk displays only the status of the volume and does not fix any errors. If used with the /f, /r, /x, or /b parameters, it fixes errors on the volume.
What?! Of course SSDs have sectors. LOLYou can run chkdsk on ssd but only one of the parameters really works on hdd, since ssd don't have sectors.
linkIt's okay to run, but not really necessary because the drive controller will take care of bad sectors automatically. If you do run it, I would only use the most basic scan (no scan for bad sectors. In other words, only use it to find/fix file system problems.
IMO, sfc /scannow is better. And if it founds corruption it can't repair, then dism /online /cleanup-image /restorehealth afterwhich sfc /scannow again.chkdsk is still useful.
Well, yes and no....What?! Of course SSDs have sectors. LOL
Right. One more thing, do you know if an in-place upgrade has more effect repairing a system, than the command lines DISM and sfc/scannow and chkdsk /f /r ? Why for example, not just bypass all of these commands and go straight for an in-place upgrade whenever an issue arises? Thanks.They are all useful - https://www.makeuseof.com/difference-between-chkdsk-sfc-and-dism-in-windows-10/
Windows tries to be self healing for most part.
- chkdsk checks the file system and the drive itself.
- SFC checks the system files themselves to make sure they are right, and replaces any that are wrong.
- DISM confirms the files SFC uses to confirm the system files are right, and repairs/replaces any that are wrong.
Windows wouldn't continue to make the functions so easy to find if they weren't still all useful.
If the OS is corrupt enough, in-place upgrade won't work. Or if it even does, end result can be come corrupted.Why for example, not just bypass all of these commands and go straight for an in-place upgrade whenever an issue arises?
Right. One more thing, do you know if an in-place upgrade has more effect repairing a system, than the command lines DISM and sfc/scannow and chkdsk /f /r ? Why for example, not just bypass all of these commands and go straight for an in-place upgrade whenever an issue arises? Thanks.