• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

SSD Garbage Collection and TRIM explained

The article doesn't go into too much detail and is even misleading when showing a big part of a non trimmed drive as available for garbage collection. Without trim, once the drive has been written once in its entirety, there is very little space available for garbage collection. The article says why :

In the case of an SSD, it only becomes aware that the data is deleted (or invalid) when the OS tries to write to that location again. At that time the SSD marks the old data as invalid and it writes the new data to a new physical location.

The SSD cannot know that data is stale until you try to write on it.

There is no mention of the overhead of the whole thing, which is what really interests me. How much space is used by the SSD to store a database of all the blocks ?
 
Back
Top