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.

    AHCI...Why use it?

    Discussion in 'Hardware Components and Aftermarket Upgrades' started by man00, Nov 13, 2010.

  1. man00

    man00 Notebook Geek

    Reputations:
    195
    Messages:
    99
    Likes Received:
    0
    Trophy Points:
    15
    I tried it on Windows 7 and didn't see any increase in speed or any other advantage. In XP and Vista I saw disk speed performance hits...Maybe I didn't didn't do something right, I used the MS driver which from what I read is better than the Intel
     
  2. tilleroftheearth

    tilleroftheearth Wisdom listens quietly...

    Reputations:
    5,398
    Messages:
    12,692
    Likes Received:
    2,717
    Trophy Points:
    631
    You read wrong.

    Try the Intel Rapid Storage Technology (IRST) driver v10.0.0.1046 instead.

    (As long as driver supports your chipset).
     
  3. Tsunade_Hime

    Tsunade_Hime such bacon. wow

    Reputations:
    5,413
    Messages:
    10,711
    Likes Received:
    1,204
    Trophy Points:
    581
    Better for SSD usage.
     
  4. chimpanzee

    chimpanzee Notebook Virtuoso

    Reputations:
    683
    Messages:
    2,561
    Likes Received:
    0
    Trophy Points:
    55
    the key advantage of AHCI is NCQ that helps in multitasking situation(when HDD is heavily bang by different processes).

    In addition, I am not sure if standard IDE driver can handle SATA2. This is not an issue for HDD as very few of them can exceed UDMA/133 bandwidth(not sure about Momentus XT though).
     
  5. HTWingNut

    HTWingNut Potato

    Reputations:
    21,580
    Messages:
    35,370
    Likes Received:
    9,877
    Trophy Points:
    931
    IDE can handle SATA2 just fine. At least in my desktop I run in IDE mode because the AHCI is a bit flakey. I still exceed the SATA1 speeds no problem with an OCZ Vertex 2.
     
  6. kent1146

    kent1146 Notebook Prophet

    Reputations:
    2,354
    Messages:
    4,449
    Likes Received:
    476
    Trophy Points:
    151
    1) Make sure you use the Intel driver.

    2) The advantage of ACHI is support for Native Command Queuing (NCQ), where the disk controller queues a bunch of I/O requests and re-orders them to optimize the way your drive retrieves that data. You'll see marginal benefits on mechanical hard disks, because the mechanical hard disks are limited by high seek times and low IOPS ratings. NCQ does not scale well on mechanical hard drives.

    However, a good SSD will absolutely soar with NCQ. An SSD retrieving 16 I/O requests at once is significantly faster than if it were to retrieve those I/O requests one at a time.