 trparkyApple... YUMPremium,MVM join:2000-05-24 Cleveland, OH kudos:2 Reviews:
·Time Warner Cable
| Windows, SSDs, TRIM, and scheduled TRIM OK, it's my understanding that if you have an SSD on Windows 7 and/or 8, you should check this at the command line...
fsutil.exe behavior query DisableDeleteNotify
And make sure that the value is 0.
Do you actually need to do scheduled TRIMs of the SSD or does Windows internally do the process of activating the ATA TRIM command as you use the machine normally? Does it send the ATA TRIM command when you delete files automatically?
Do you even need to schedule a dedicated TRIM command using say, the Intel SSD Toolkit? Or is it something that you don't need to worry about? -- Tom Boycott AT&T uVerse! | Tom's Android Blog | AOKP (The Android Open Kang Project) |
|
|
|
 davePremium,MVM join:2000-05-04 not in ohio kudos:8 | 'Delete Notify' means sending a TRIM when clusters are freed, i.e., as files are deleted.
(and not disabling delete notify means it's enabled: a curse on people who code negative options).
So, set DisableDeleteNotify to 0 and forget about it. |
|
 trparkyApple... YUMPremium,MVM join:2000-05-24 Cleveland, OH kudos:2 | So then what's the use of the Intel SSD Toolkit other than possible firmware updates? |
|
 davePremium,MVM join:2000-05-04 not in ohio kudos:8 | Guessing:
1. To do all that other stuff it does.
2. To allow you to screw around with the drive for maintenance purposes.
3. To allow the use of Intel SSDs on systems that don't know how to TRIM (e.g., XP). |
|
 GemPremium join:2005-09-10 kudos:3 2 edits | correct, especially on XP. |
|