SATA, PATA: Difference between revisions

From Elvanör's Technical Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
== PATA, SATA and ATA ==
== PATA, SATA and ATA ==


Parallel ATA (PATA) is just the new name given to plain old ATA when Serial ATA arrived. Under Linux it seems PATA drivers can be used with the new libata library, so you should be able to use PATA.
* Parallel ATA (PATA) is just the new name given to plain old ATA when Serial ATA arrived. Under Linux it seems PATA drivers can be used with the new libata library, so you should be able to use PATA.
 
* SCSI disk support is needed in the Linux kernel in order to make SATA disks work correctly.


== AHCI ==
== AHCI ==


With SATA drives the AHCI driver can be better than other (native) drivers since it implements NCQs. So use AHCI whenever you can. This option usually is present in the BIOS as well.
With SATA drives the AHCI driver can be better than other (native) drivers since it implements NCQs. So use AHCI whenever you can. This option usually is present in the BIOS as well.

Revision as of 15:43, 5 June 2007

PATA, SATA and ATA

  • Parallel ATA (PATA) is just the new name given to plain old ATA when Serial ATA arrived. Under Linux it seems PATA drivers can be used with the new libata library, so you should be able to use PATA.
  • SCSI disk support is needed in the Linux kernel in order to make SATA disks work correctly.

AHCI

With SATA drives the AHCI driver can be better than other (native) drivers since it implements NCQs. So use AHCI whenever you can. This option usually is present in the BIOS as well.