我有一个新的SSD,关键的BX500,在我的笔记本电脑宏碁ES-732。我已经安装了Debian Bullseye发行版。
我经常会犯这样的错误:
blk_update_request: I/O error, dev sda, sector 526848 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 0
ata1.00: status: { DRDY }
ata1.00: cmd ea/00:00:00:00:00/00:00:00:00:00/a0 tag 17
res 40/00:84:b0:0f:cc/00:00:1b:00:00/40 Emask 0x10 (ATA bus error)
ata1.00: failed command: FLUSH CACHE EXT
ata1: SError: { PHYRdyChg CommWake DevExch }
ata1.00: irq_stat 0x00000040, connection status changed
ata1.00: exception Emask 0x10 SAct 0x0 SErr 0x4050000 action 0xe frozen
ata1.00: status: { DRDY }
ata1.00: cmd 61/08:b8:f8:9e:cc/00:00:1b:00:00/40 tag 23 ncq dma 4096 out
res 50/00:00:00:00:00/00:00:00:00:00/a0 Emask 0x10 (ATA bus error)
ata1.00: failed command: WRITE FPDMA QUEUED
ata1: SError: { PHYRdyChg CommWake DevExch }
ata1.00: irq_stat 0x00000040, connection status changed
ata1.00: exception Emask 0x10 SAct 0x800000 SErr 0x4050000 action 0xe frozen
ata1.00: failed command: READ FPDMA QUEUED
ata1.00: status: { DRDY }
ata1.00: cmd 60/08:88:48:09:09/00:00:26:00:00/40 tag 17 ncq dma 4096 in
res 40/00:84:10:09:09/00:00:26:00:00/40 Emask 0x10 (ATA bus error)
ata1.00: failed command: READ FPDMA QUEUED
ata1: SError: { PHYRdyChg CommWake DevExch }
ata1.00: irq_stat 0x00000040, connection status changed
ata1.00: exception Emask 0x10 SAct 0x2060000 SErr 0x4050000 action 0xe frozen我想知道为什么会有这些错误,以及如何解决这个问题。我试着运行badblocks,它没有报告任何坏块。
计算机需要以下内核参数:pci=nocrs,以避免在grub安装期间冻结。
安装完毕后,我尝试使用和不使用此参数进行引导,而且pci=nocrs似乎更经常地出现ata错误。
尽管有这些错误,Linux系统似乎工作正常,除了在安装grub时,我从未见过任何崩溃或冻结,但它也发生在笔记本电脑附带的硬盘驱动器上,而不仅仅是新的SSD。
我尝试了一些内核参数:libata.force=noncq和libata.dma=0,但是它没有解决这个问题,并且大大降低了SSD的速度。
发布于 2023-02-22 07:58:21
通过更新SSD的固件解决了这个问题。
关键网站说这个驱动器没有固件更新,但我安装了Windows 10和“关键存储执行”软件。软件为我的SSD找到了固件更新。
https://unix.stackexchange.com/questions/726278
复制相似问题