Thread: SSD Install
View Single Post
  #4   (View Single Post)  
Old 27th August 2014
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,983
Default

My understanding of TRIM differs from yours. It is my understanding that TRIM impacts write operation performance, not lifespan. However, SSD onboard electronics may include "garbage collection" services that may reduce lifespan [1].

NAND memories require a delete operation of already written sectors before a new write operation can be executed. The TRIM commands shift this delete operation to a time other than during the write operation.

TRIM commands can be issued by filesystem drivers, such as during file deletions or during filesystem formmatting, or by user command such as with the Linux fstrim.

[1] http://en.wikipedia.org/wiki/Trim_%28computing%29
Reply With Quote