Serial ATA: Difference between revisions

From HPCWIKI
Jump to navigation Jump to search
(Created page with " == Protocoles and kernel param == {| class="wikitable" |+ !Name !Description |- |Native Command Queuing (NCQ) |an extension of the Serial ATA protocol allowing hard disk drives to internally optimize the order in which received read and write commands are executed. this param looks highly relative the discussion on [https://forum.armbian.com/topic/15937-sata-issue-drive-resets-atax00-failed-command-read-fpdma-queued/ SATA issue, drive resets: ataX.00: failed command: R...")
 
(Add categories: Linux, Reference)
Line 19: Line 19:
== References ==
== References ==
<references />
<references />
[[Category:Linux]]
[[Category:Reference]]

Revision as of 01:00, 15 July 2026

Protocoles and kernel param

Name Description
Native Command Queuing (NCQ) an extension of the Serial ATA protocol allowing hard disk drives to internally optimize the order in which received read and write commands are executed.

this param looks highly relative the discussion on SATA issue, drive resets: ataX.00: failed command: READ FPDMA QUEUED

related kernel param libata.force or BIOS setting for the SATA controller from AHCI to Compatibility.[1]

  • GRUB_CMDLINE_LINUX_DEFAULT="quiet splash libata.force=noncq" in /etc/default/grub
  • sudo update-grub
  • reboot

References