Idling on windows logon screen to allow SSD to recover free space?

1

On this page, the very last paragraph states

"For use within windows 7 there is absolutely no maintenance needed apart from 
allowing the machine to idle at the login screen for a few hours each week, 
this allows the garbage collection time to recover the drive and free up space 
TRIM has not been able to deal with. "

Is this true? My Windows7 automatically logs me in.

My new SSD is an Intel 510 (120G).

Valamas

Posted 2011-10-19T03:53:50.907

Reputation: 1 275

Answers

2

No, this is not necessary for your SSD. The link you posted only applies to the relatively old OCZ Vertex SSD, and its specific garbage collector. Your Intel 510 SSD natively supports TRIM, which should be sufficient to prevent performance degradation over time.

Intel's SSD Toolbox software has an "optimise SSD" feature, but this should not be needed if you use Windows 7 and the Microsoft AHCI driver (see this PDF for details).

sblair

Posted 2011-10-19T03:53:50.907

Reputation: 12 231

0

Garbage collection happens when the computer is idle, but it wants to be "very" idle, as read/writes to the ssd means that GC cannot proceed.

When at the login screen, you can be certain that at least there are no userspace applications running, which tend to send lots of read-writes to the disk.

If you close all your apps, you can probably get it close enough to give gc a chance to get on with it, but the best chance is being logged out.

Paul

Posted 2011-10-19T03:53:50.907

Reputation: 52 173