文書更新:2021年05月21日(金) 午後12時09分53秒

Home > 備忘録(Fedora) > いろいろなエラー > ata1.00 のエラー( 102 )

/var/log/messages のエラー

  1. [ ata1.00: exception Emask 0x10 SAct 0x200000 SErr 0x280100 action 0x6 frozen ] のエラーがでる
  2. kernel: ata1.00: exception Emask 0x10 SAct 0x200000 SErr 0x280100 action 0x6 frozen
    kernel: ata1.00: irq_stat 0x08000000, interface fatal error
    kernel: ata1: SError: { UnrecovData 10B8B BadCRC }
    kernel: ata1.00: failed command: READ FPDMA QUEUED
    kernel: ata1.00: cmd 60/18:a8:f8:c1:35/01:00:00:00:00/40 tag 21 ncq dma 143360 in
                              res 40/00:ac:f8:c1:35/00:00:00:00:00/40 Emask 0x10 (ATA bus error)
    kernel: ata1.00: status: { DRDY }
  3. /etc/default/grub を編集する
  4. libata.force=noncq を追加する
    [root@server]# vim /etc/default/grub
    
    GRUB_CMDLINE_LINUX="rhgb libata.force=noncq"
  5. /etc/default/grub を反映させる
  6. [root@server]# grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg
  7. システムを再起動する