The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Intel X-25M G2 80gb SSD general question.

    Discussion in 'Hardware Components and Aftermarket Upgrades' started by diabiosx, Apr 5, 2010.

  1. diabiosx

    diabiosx Notebook Guru

    Reputations:
    0
    Messages:
    62
    Likes Received:
    0
    Trophy Points:
    15
    Hi how do i know that i have msahci.sys driver that does auto triming installed in my computer? I checked the system32 folder and its not there.

    I am running windows 7 home prem 64bit
     
  2. lpnowlan

    lpnowlan Notebook Consultant

    Reputations:
    8
    Messages:
    127
    Likes Received:
    1
    Trophy Points:
    30
  3. goofball

    goofball Notebook Deity

    Reputations:
    358
    Messages:
    1,710
    Likes Received:
    0
    Trophy Points:
    55
    check device manager, IDE/ATAPI conrollers, and the AHCI Serial ATA controller. Go to Driver, and then Driver Details, and you should see the files listed there.
     
  4. Les

    Les Not associated with NotebookReview in any way

    Reputations:
    4,706
    Messages:
    5,391
    Likes Received:
    1
    Trophy Points:
    0
    It is in Win7 as a standard driver. It works automatically. Type the below into DOS exactly as you see it and hit return:

    fsutil behavior query DisableDeleteNotify

    If it returns a 0, this means the TRIM commands are being sent properly. You can also check with CrystalDiskInfo which will list TRIM as being active.
     
  5. lpnowlan

    lpnowlan Notebook Consultant

    Reputations:
    8
    Messages:
    127
    Likes Received:
    1
    Trophy Points:
    30
    The command you listed only means TRIM is enabled in the Filesystem

    http://blogs.msdn.com/e7/archive/2009/05/05/support-and-q-a-for-solid-state-drives-and.aspx

    "Correct, if fsutil reports that "DisableDeleteNotify" is 0, then Trim is enabled. (The feature is sometimes referred to using different names: Trim == Delete Notification == Unused Clusters Hint.) The setting is written in terms of disabling something because we like to use values of 0 for defaults.

    Have Trim enabled according to this setting, which you do, means that the filesystem will send Trim commands down the storage stack. The filesystem doesn't actually know whether this command will be supported or not at a lower level. When the disk driver receives the command, it will either act on it or ignore it. If you know for sure that your storage devices don't support Trim, you could go ahead and disable Trim (enable DisableDeleteNotify) so the filesystem won't bother to send down these notifications. However sending down the notifications is pretty lightweight and I haven't seen any performance improvement by disabling them, so I don't recommend disabling this setting. If you have an SSD which does support Trim, then you definitely don't want to disable it, because there are some performance gains to be had for leaving the setting in its default form.
    Thursday, May 07, 2009 4:27 PM by craigbarkhouse"
     
  6. diabiosx

    diabiosx Notebook Guru

    Reputations:
    0
    Messages:
    62
    Likes Received:
    0
    Trophy Points:
    15
    ok I see it.

    Do I really need to install that driver and what does it do??
     
  7. goofball

    goofball Notebook Deity

    Reputations:
    358
    Messages:
    1,710
    Likes Received:
    0
    Trophy Points:
    55
    No, you don't need it.
     
  8. diabiosx

    diabiosx Notebook Guru

    Reputations:
    0
    Messages:
    62
    Likes Received:
    0
    Trophy Points:
    15
    Well I just installed intel RST because someone got a performance boost, now I dont see msachi.sys on the drivers list. but the DisableDeleteNotify thing is still 0 on command.does that mean i still have trim?