Does TRIM work under Windows 7 using NForce Raid and SSD drives?

0

I can't seem to find a straight answer.

I've got a motherboard with an Nvidia 780SLI chipset. I've installed the latest Nforce RAID drivers, and installed Windows 7 running on a pair of Crucial C300 in RAID 0.

  1. Does this setup support TRIM?
  2. If so, how do I detect/activate TRIM?

NoCarrier

Posted 2011-02-02T18:15:15.497

Reputation: 3 481

Answers

2

This post on MSDN has some comments from somebody at Microsoft that appears to indicate that TRIM might work and that it depends on the controller.

I had previously always thought the answer to this question was no.

G_P

Posted 2011-02-02T18:15:15.497

Reputation: 413

To my knowledge, only some Intel raid controllers are fully SSD aware. Including Intel's "Rapid Storage Technology" (i.e. their chipset integrated controllers). https://www.anandtech.com/show/6161/intel-brings-trim-to-raid0-ssd-arrays-on-7series-motherboards-we-test-it

– Cliff Armstrong – 2018-06-30T16:01:36.207

2Technically, it's possible that they could, if the RAID controller were SSD-aware and could correctly pass the TRIM commands down to the individual drives. However, I'm not aware of any consumer or enthusiast level RAID implementations that actually do that. Right now, for the OP's situation, the answer is "No." – afrazier – 2011-02-02T21:05:15.377

0

No, it does not support TRIM. Currently the only drivers supporting TRIM are Microsoft's own storage drivers, Intel's, and AMD's.

And only selected controllers support TRIMing an SSD that is in a RAID array.

While the C300 drives are very fast, the build in garbage collection is not very aggressive, so without TRIM you will get a significant drop in write performance. I would recommend that, rather than running them in a RAID 0 you have them separate and spread out the IO load by installing stuff to both of 'em. This would allow you to use Microsoft's own drivers and so get TRIM.

Mr Alpha

Posted 2011-02-02T18:15:15.497

Reputation: 6 391