23
6
Windows 7 has support for the TRIM command which should help ensure that the performance of an SSD drive remains good through it's life.
How can you tell if a given SSD drive supports TRIM?
See here for a description of TRIM.
Also the following from a Microsoft presentation:
Microsoft implementation of “Trim” feature is supported in Windows 7 NTFS will send down delete notification to the device supporting “trim” File system operations: Format, Delete, Truncate, Compression OS internal processes: e.g., Snapshot, Volume Manager Three optimization opportunities for the device Enhancing device wear leveling by eliminating merge operation for all deleted data blocks Making early garbage collection possible for fast write Keeping device’s unused storage area as much as possible; more room for device wear leveling.
I have a sneaking suspicion it'll show up under "Capabilities" in the details tab for the device in device manager, or perhaps somewhere in /proc if you boot a linux CD. Despite searching around, though, I'm not finding much. I do know there has been chatter on LKML about detecting TRIM support and enabling optimizations recently... – leander – 2009-05-10T22:26:24.970
This really is a very useful question. Searching around i see many people wonder if TRIM is working, or enabled, or if their device has it, or is a firmware upgrade will include it. But there's no way to know for sure if it's working. – Ian Boyd – 2011-02-21T13:33:28.010