TRIM SSD option not available

Dolby

Honorary Master
Joined
Jan 31, 2005
Messages
39,162
Reaction score
6,146
I got an SSD HDD about a year back and installed it on my Windows 7 Professional machine. However I never got the TRIM option and always got the defrag option, which people said meant Windows didn't know it was SSD.

I Googled and the sites mentioned changing controller to AHCI before installation, else there are registry issues etc - so last night I backed everything up, changed to AHCI and reinstalled - it still says defrag!

I downloaded Sandisk SSD toolkit and clicked on update firmware - but they say the SSD is current.

What could be the problem?!
 
There is no problem, just don't defragment your SSD and keep the controller on AHCI, personally I disable the whole function in Windows so that the operating system can't either.

You don't get a TRIM option, TRIM works in the background.

To confirm that TRIM is enabled and working follow these steps:

TRIM Commands

Enable TRIM

Go to the Command Prompt and type:

Code:
fsutil behavior set disabledeletenotify 0


Disable TRIM

Go to the Command Prompt and type:

Code:
fsutil behavior set disabledeletenotify 1


How do I know if TRIM is working in Windows 7?

Go to the Command Prompt and type:

Code:
fsutil behavior query disabledeletenotify

DisableDeleteNotify = 1 (Windows TRIM commands are disabled)
DisableDeleteNotify = 0 (Windows TRIM commands are enabled)

trima.png



Source: http://www.ocztechnologyforum.com/f...ks-Utilities-*&p=442158&viewfull=1#post442158
 
Last edited:
Oh - I thought defrag disappears :/

So is the defrag option always available then?
 
Last edited:
Great - now it says I need admin privileges and I am listed as admin
 
Top
Sign up to the MyBroadband newsletter
X