Just installed my SSD! Two Q's

Windows 7 will pass TRIM by default. As long as you're using TRIM compatible drivers (e.g. default MS driver or Intel RST), your SSD is TRIM compatible and you're in AHCI or IDE mode, it should be working.

Note that some SSDs only work with TRIM after a certain firmware version so it's probably a good idea to update it to the latest version available.
 
Found this...

Check the operating system to check if TRIM is enabled.

Open a Command Prompt as Administrator.
Note Go to Start > All Programs > Accessories > Right-click on Command Prompt and select “Run as Administrator”
At the prompt, type: %root%:\>fsutil behavior query disabledeletenotify
DisableDeleteNotify = 1 (Windows TRIM commands are disabled)
DisableDeleteNotify = 0 (Windows TRIM commands are enabled)

And i got a 0 :D
 
That doesn't tell you if TRIM is working, it merely tells you if Windows is passing TRIM commands, which, as I said, it will by default.
 
Windows 7 will pass TRIM by default. As long as you're using TRIM compatible drivers (e.g. default MS driver or Intel RST), your SSD is TRIM compatible and you're in AHCI or IDE mode, it should be working.

Note that some SSDs only work with TRIM after a certain firmware version so it's probably a good idea to update it to the latest version available.

What if the BIOS is set to RAID (since I will have 2 F3's in RAID 0)? Will TRIM work with RAID mode set in BIOS? (the SSD wll not be in RAID, only the F3s)
 
What if the BIOS is set to RAID (since I will have 2 F3's in RAID 0)? Will TRIM work with RAID mode set in BIOS? (the SSD wll not be in RAID, only the F3s)
Intel RST drivers will pass TRIM to an SSD if your SATA controller is set to RAID, as long as the SSD itself is not in a RAID array. Since you have an ICH10R southbridge, you can use Intel RST drivers.

I don't think AMD or MS drivers do this though.
 
Last edited:
Back
Top Bottom