Most users with SSDs install the IRST drivers as they believe they offer a slightly better performance BS the native MSAHCI driver, while that may be true in certain cases (not on my Samsung 840 EVO), you may or may not TRIM functionality which will hurt your SSD's performance in the long run.
What most people do is run the TRIM check command in a DOS command prompt:
It will give you one of two results, either a 0 or a 1. A zero indicates that TRIM is enabled correctly, a one means that it is not.
That will tell you if the TRIM command was sent successfully or not, but that's only HALF the story, we need to check if the TRIM command ACTUALLY reached the drive not only if the TRIM command was sent or not...
So how can one really verify if TRIM is working?
Please read this article: TRIMcheck: Does Your SSD Really have TRIM Working? | The SSD Review
trimcheck Download
Just copy the file to the drive you want to test, then right click on it and choose "Run As Administrator"
When it launches, press Enter on your keyboard to have it create a file and delete it. then close the Window.
Wait for about 1 minute, then run it again and press Enter to do another test and see the result!



What most people do is run the TRIM check command in a DOS command prompt:
Code:
[B]fsutil behavior query DisableDeleteNotify[/B]
That will tell you if the TRIM command was sent successfully or not, but that's only HALF the story, we need to check if the TRIM command ACTUALLY reached the drive not only if the TRIM command was sent or not...
So how can one really verify if TRIM is working?
Please read this article: TRIMcheck: Does Your SSD Really have TRIM Working? | The SSD Review
trimcheck Download
Just copy the file to the drive you want to test, then right click on it and choose "Run As Administrator"
When it launches, press Enter on your keyboard to have it create a file and delete it. then close the Window.
Wait for about 1 minute, then run it again and press Enter to do another test and see the result!



Last edited: