本帖最後由 computer1975 於 2011-4-2 07:58 編輯
我重申一次,亦請各位網友留意,SSD是不需要重組的。
Niel 發表於 2011-4-1 21:59 
Your OS concept is very poor and do not known well how OS to work!
My standpoint free space fragment hurt the performance of SSD
I remember what myDefrag's autor said. It is the proof of file and space fragment to increase overhead of Windows during I/O operation of SSD.
Memory block fragmentation, filesystem fragmentation, and TRIM
There are 2 kinds of fragmentation that concern SSD disks.
The first kind of fragmentation is memory block fragmentation. SSD disks are written in pages (generally 4KB in size) but can only be erased in larger groups called blocks (generally 128 pages or 512KB). This causes fragmentation and results in severe performance loss after the disk has been used for a while. Speed can easily drop by 50% or more. The SSD manufacturers have developed a solution called the TRIM instruction, for more information see (http://en.wikipedia.org/wiki/TRIM_%28SSD_command%29) this Wikipedia article. (kip)…... the MyDefrag script for Flash memory disks will consolidate free space, and this reduces the problems caused by this kind of fragmentation.
The second kind of fragmentation is filesystem fragmentation. Files can be split into parts that are placed anywhere on the disk, just like on harddisks. Many users think that this kind of fragmentation does not matter for SSD disks, because the disks have a very low latency (no harddisk heads that have to move about). But Windows still has to do more work when a file is fragmented, to gather all the fragments. There is significant overhead inside Windows, nothing to do with the hardware, and it is all the more noticeable because SSD is so fast. MyDefrag deals with this kind of fragmentation.
MyDefrag 有 SSD defrag mode
The MyDefrag script to defragment and optimize Flash memory is specially designed to move as little data as possible. Fragmented files are defragmented (this takes just a single write cycle), unfragmented files are not touched at all. Gaps are filled by moving all the files together (also just a single write cycle), if there are no gaps then MyDefrag will do nothing.
Nevertheless, my advice is to use some discretion and not defragment/optimize flash memory disks every day, but only incidentally, for example once per month.
source: http://www.mydefrag.com/FAQGener ... hSSDMemoryDisk.html |