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.

    Sager np9370 raid 0 question

    Discussion in 'Sager and Clevo' started by pathfindercod, Jan 20, 2013.

  1. pathfindercod

    pathfindercod Notebook Virtuoso

    Reputations:
    1,940
    Messages:
    2,344
    Likes Received:
    2,349
    Trophy Points:
    181
    Does the chipset support trim when running SSD raid 0?
     
  2. misterhobbs

    misterhobbs Notebook Evangelist

    Reputations:
    715
    Messages:
    591
    Likes Received:
    9
    Trophy Points:
    31
    That's a good question. What are you hoping to get out of two SSDs in raid 0? From what I've read, you'll only see differences in benchmarks and probably won't notice much difference in every day use. Also, raid 0 would worry me a bit due to the chance being higher that your drive will fail.
     
  3. Zenoru

    Zenoru Notebook Consultant

    Reputations:
    25
    Messages:
    101
    Likes Received:
    0
    Trophy Points:
    30
    It should, since the NP9370 uses a 7-series chipset (although it's the mobile version, so it potentially won't support it). See Anandtech's article. You need Intel RST 11.0 or newer.
     
  4. vic_doom69

    vic_doom69 Notebook Consultant

    Reputations:
    87
    Messages:
    248
    Likes Received:
    0
    Trophy Points:
    30
    The SSD Optimization Guide Redesigned - The SSD Review

    Verifying that TRIM is working is actually a next to impossible task which requires monitoring your computers activity closely as TRIM can take only a split second to complete. There is truly no way for the user to confirm that it is working. Verifying TRIM will confirm for the user that the TRIM commands are being sent from the software to the ssd. This, unfortunately, is the closest one will come without trying to catch it in action for that split second.

    1. Using the Start Menu Search Box, Search CMD;

    2. Right click the Cmd Program and select Run as Administrator;

    3. In the command line type “fsutil behavior query DisableDeleteNotify”


    If DisableDeleteNotify=0 TRIM is Enabled.
    If DisableDeleteNotify=1 TRIM is Disabled.

    my 9370 reported 0
     
  5. pathfindercod

    pathfindercod Notebook Virtuoso

    Reputations:
    1,940
    Messages:
    2,344
    Likes Received:
    2,349
    Trophy Points:
    181
    Yeah. My x79 build reports 0 also buy I know for a fact the x79 chipset does not pass trim commands from OS to the SSD when they are raid 0. It's a known issue with the c600 enterprise chip the x79 uses.
     
  6. Meaker@Sager

    Meaker@Sager Company Representative

    Reputations:
    9,436
    Messages:
    58,194
    Likes Received:
    17,909
    Trophy Points:
    931
    It should with the latest intel drivers as mentioned above, though most users wont run into issues anyway, you can always take an image of your drive, secure erase it and then put the image back on if it does get bad.
     
  7. mythlogic

    mythlogic Company Representative

    Reputations:
    1,238
    Messages:
    2,021
    Likes Received:
    277
    Trophy Points:
    101
    On ours it will be, due to the updated / customized BIOS's we use on these, for everyone else, don't know off hand.
     
  8. pathfindercod

    pathfindercod Notebook Virtuoso

    Reputations:
    1,940
    Messages:
    2,344
    Likes Received:
    2,349
    Trophy Points:
    181
    Thank you all for the info