PDA

View Full Version : Chkdsk and SSDs



nate42nd
07-26-2009, 03:23 PM
I don't see much on the chkdsk commands and SSDs. Is this something to avoid just like defragging? Is there a good place out there for all info about how Windows works with SSDs? Maybe I should create a site.....

sigbart
07-27-2009, 05:17 AM
It is good idea to create site.

AGlobalThreatsK
07-27-2009, 07:09 PM
From my post in the "Best way to setup windows thread"

HKEY_LOCAL_MACHINE\SYSTEM\CURRENTCONTROLSET\CONTRO L\Session Manager
Default BootExecute = autocheck autochk *
To remove C: = autocheck autochk /k:C *
To remove C: and E: = autocheck autochk /k:C /k:E *

Obviously you can change partition letters to whatever you want.

nate42nd
07-28-2009, 03:10 PM
I didn't fully understand some of your previous post on Windows set-up. This is one I didn't understand. What is this doing? Running it or making it NOT run?

earls
07-28-2009, 03:58 PM
"To remove C:" ...

So it's removing your primary drive from autocheck - disabling it.

nate42nd
07-28-2009, 05:01 PM
I see....that makes sense now. That makes sense.

I didn't think it should be used but I could not find it anywhere.

AGlobalThreatsK
07-28-2009, 10:12 PM
Dskchk caused lots of problems for me in the past, it always seemed to think there was something wrong with the data on my SSD. After dealing with data corruption after dskchk multiple times I decided it was time to kill it, and have had 0 problems since.