SSD defrag

Associate
Joined
27 Dec 2009
Posts
764
I read quite some time ago that a SSD shouldn't need a defrag, in fact it can actually shorten it's lifespan. Is this fact or fiction? I've never run one myself but would like to know if it is true.
 
Fact.

TRIM and the firmware garbage collection should be enough to maintain performance on a drive that isn't crammed to the rafters with data.
 
Last edited:
With an SSD contiguous sectors as they appear to the OS via SATA are not necessarily anywhere near each other on the SSD logically. The firmware dynamically remaps addresses for wear levelling and other purposes.

Mechanical hard drives benefit from defragmenting as parts of the same file might be at opposite ends of the disk and it takes time to physically reposition the heads and read each sector. With the SSD that's no longer an issue as it takes the approximately the same amount to time access any memory address.
 
Back
Top Bottom