Joined
·
523 Posts
Quote:
You can likely see this for yourself. Try enabling the scheduled optimization, then start manually "System Maintenance" from the Action Center. Since file system fragmentation is over 10%, you will see that Windows will start defragmenting your SSD, with operation progress being reported in the "Optimize Drives" screen. From Task Manager you will see that drive load will be high, with a more or less constant and prolonged amount of writes in the several tens of MB/s being performed as well.
Quote:
Anyway, since I guess it looks almost as if I'm experimenting with other people's SSD, I've just tried with mine, which was only 5% fragmented:
Before defragmenting
11099 GB of Host Writes
24246 GB of NAND Writes

After defragmenting
11120 GB of Host Writes
24271 GB of NAND Writes

Total Host writes performed = 11120 - 11099 = 21 GB
Total NAND Writes performed = 24271 - 24246 = 25 GB
Write amplification for the amount of writes caused by system defragmentation: 25/21 = 1.19x
Clicking the optimize button on the "Optimize Drives" window does indeed only send TRIM commands on the free space. The scheduled optimization however as long as it's enabled, will also cause the SSD to get defragmented on a system-defined, non-tweakable schedule. Did you read the link from Scott Hanselman's blog I previously provided?Originally Posted by MonarchX
OK, so here's my SSD drive.
img
The highest number of fragmentations per any file is 499 and below. I think only a few files have 499 fragments. All others have less. I did turn off Windows 8 optimization for SSD's because optimization does NOT defrag SSD drives. It simply runs TRIM command.
You can likely see this for yourself. Try enabling the scheduled optimization, then start manually "System Maintenance" from the Action Center. Since file system fragmentation is over 10%, you will see that Windows will start defragmenting your SSD, with operation progress being reported in the "Optimize Drives" screen. From Task Manager you will see that drive load will be high, with a more or less constant and prolonged amount of writes in the several tens of MB/s being performed as well.
Quote:
My opinion is that you should. Windows 8.x would have anyway if you didn't disable the scheduled optimization.Should I run the actual defragmentation on my SSD, given its state in the screenshot above?
Anyway, since I guess it looks almost as if I'm experimenting with other people's SSD, I've just tried with mine, which was only 5% fragmented:
Before defragmenting
11099 GB of Host Writes
24246 GB of NAND Writes
After defragmenting
11120 GB of Host Writes
24271 GB of NAND Writes
Total Host writes performed = 11120 - 11099 = 21 GB
Total NAND Writes performed = 24271 - 24246 = 25 GB
Write amplification for the amount of writes caused by system defragmentation: 25/21 = 1.19x