主要问题

主要问题

磁盘通信错误的初步警告

一段时间以来,我一直在观察装有dmesgUbuntu 16 的三星 900x 笔记本电脑的输出错误。我在下面发布了一些典型错误的示例。当这些错误发生时,机器的启动时间会明显变长,从概念上讲,我将其理解为机器在努力维持与硬盘的链接。

SMART监控没有显示磁盘有任何问题。

类似问题的答案并从链接维基在 unix stack exchange 上,我感觉这些dmesg错误表明通信失败。

错误示例dmesg

[   10.647713] ata1.00: exception Emask 0x1 SAct 0x38000000 SErr 0x400001 action 0x0
[   10.647737] ata1.00: irq_stat 0x44000008
[   10.647752] ata1: SError: { RecovData Handshk }
[   10.647769] ata1.00: failed command: READ FPDMA QUEUED
[   10.647789] ata1.00: cmd 60/20:d8:00:31:cf/00:00:1d:00:00/40 tag 27 ncq dma 16384 in
[   10.647834] ata1.00: status: { DRDY }
[   10.647848] ata1.00: failed command: READ FPDMA QUEUED
[   10.647866] ata1.00: cmd 60/80:e0:28:31:cf/00:00:1d:00:00/40 tag 28 ncq dma 65536 in
[   10.647912] ata1.00: status: { DRDY }
[   10.647926] ata1.00: failed command: READ FPDMA QUEUED
[   10.647945] ata1.00: cmd 60/48:e8:b8:31:cf/00:00:1d:00:00/40 tag 29 ncq dma 36864 in
[   10.647991] ata1.00: status: { DRDY }
[   10.648675] ata1.00: configured for UDMA/133
[   10.648685] ata1: EH complete
[   41.991217] ata1.00: exception Emask 0x0 SAct 0x7 SErr 0x400001 action 0x6 frozen
[   41.991252] ata1: SError: { RecovData Handshk }
[   41.991269] ata1.00: failed command: READ FPDMA QUEUED
[   41.991289] ata1.00: cmd 60/48:00:b8:31:cf/00:00:1d:00:00/40 tag 0 ncq dma 36864 in
[   41.991334] ata1.00: status: { DRDY }
[   41.991347] ata1.00: failed command: READ FPDMA QUEUED
[   41.991366] ata1.00: cmd 60/80:08:28:31:cf/00:00:1d:00:00/40 tag 1 ncq dma 65536 in
[   41.991486] ata1.00: status: { DRDY }
[   41.991501] ata1: hard resetting link
[   42.306886] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[   42.307383] ata1.00: configured for UDMA/133
[   42.307403] ata1.00: device reported invalid CHS sector 0

彻底失败

由于没有时间进一步调查问题,我确保将我的东西备份到其他设备上,然后继续使用笔记本电脑。

然而,最近笔记本电脑突然死机了。

它启动了,但打印了failure to read/write to sector一些十六进制地址并且没有继续进行。

这次彻底的故障发生在电池突然停止工作之后。我不确定这是否只是巧合。尽管之前没有迹象表明电池无法保持充电。现在只有插入插座时才能保持供电。充电指示灯在绿色和橙色之间交替。


主要问题

鉴于 dmesg 错误和相关问题/答案表示存在通信问题,而不一定是硬盘坏了,而且考虑到似乎没有可更换的通信电缆(见下图),这可以修复吗?


硬盘:

硬盘

硬盘插槽:

硬盘插入的地方

答案1

您的 SSD(不是硬盘)已满。您遇到的困惑可能归结于硬盘和 SSD 之间的差异。

(这几乎肯定是 SSD 本身的问题,而不是它与笔记本电脑的连接问题)。

相关内容