Jas*_*eem -4 logging arch-linux
我在我的 tty 控制台中收到了很多这些错误消息,使它们无法使用。我不知道是什么导致了这些错误。我有点怀疑它与我的硬盘有关。
Jun 12 23:48:57 localhost kernel: [ 7683.593354] ata1.00: status: { DRDY ERR }
Jun 12 23:48:57 localhost kernel: [ 7683.593357] ata1.00: error: { UNC }
Jun 12 23:48:57 localhost kernel: [ 7686.199243] ata1.00: exception Emask 0x0 SAct 0x1 SErr 0x0 action 0x0
Jun 12 23:48:57 localhost kernel: [ 7686.199277] ata1.00: irq_stat 0x40000008
Jun 12 23:48:57 localhost kernel: [ 7686.199282] ata1.00: failed command: READ FPDMA QUEUED
Jun 12 23:48:57 localhost kernel: [ 7686.199292] ata1.00: cmd 60/08:00:80:11:f2/00:00:19:00:00/40 tag 0 ncq 4096 in
Jun 12 23:48:57 localhost kernel: [ 7686.199294] res 41/40:08:87:11:f2/00:00:19:00:00/00 Emask 0x409 (media error) <F>
Jun 12 23:48:57 localhost kernel: [ 7686.199300] ata1.00: status: { DRDY ERR }
Jun 12 23:48:57 localhost kernel: [ 7686.199303] ata1.00: error: { UNC }
Jun 12 23:48:57 localhost kernel: [ 7686.304240] end_request: I/O error, dev sda, sector 435294599
Run Code Online (Sandbox Code Playgroud)
小智 5
这清楚地表明由于媒体错误,硬盘驱动器上存在读取错误。
看什么例如
# smartctl --all /dev/sda
Run Code Online (Sandbox Code Playgroud)
出现。