keep more than 20% free space otherwise window will spend more time to search empty space to write ...
computer1975 發表於 2011-3-29 07:25 PM 
wrong....
As SSD adds a level of abstraction between the OS's file system and SSD's physical media, the OS has NO WAY to trace the exact location (address) of empty (or recycled) block and data location.
The block handling behavior is entirely done by the SSD controller (not the OS or the file system).
However, keeping a certain amount of free space does help to maintain the performance of the SSD. |