以下是我的dmesg输出:
ata2.00: exception Emask 0x0 SAct 0x2 SErr 0x0 action 0x6 frozen
ata2.00: cmd 60/48:08:6f:13:3a/00:00:01:00:00/40 tag 1 ncq 36864 in
res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
ata2.00: status: { DRDY }
ata2: hard resetting link
ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata2.00: configured for UDMA/133
ata2: EH complete
SCSI device sdb: 490350672 512-byte hdwr sectors (251060 MB)
sdb: Write Protect is off
sdb: Mode Sense: 00 3a 00 00
SCSI device sdb: drive cache: write back什么意思?有人能确切地说出这个错误代码的问题是什么吗?(超时)-?或者只是又一个错误..。还是这个输出中的主要错误?
以下是智能输出:
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
1 Raw_Read_Error_Rate 0x002f 196 196 051 Pre-fail Always - 72539
3 Spin_Up_Time 0x0027 200 200 021 Pre-fail Always - 991
4 Start_Stop_Count 0x0032 100 100 000 Old_age Always - 16
5 Reallocated_Sector_Ct 0x0033 199 199 140 Pre-fail Always - 1
7 Seek_Error_Rate 0x002e 200 200 000 Old_age Always - 0
9 Power_On_Hours 0x0032 094 094 000 Old_age Always - 5010
10 Spin_Retry_Count 0x0032 100 253 000 Old_age Always - 0
11 Calibration_Retry_Count 0x0032 100 253 000 Old_age Always - 0
12 Power_Cycle_Count 0x0032 100 100 000 Old_age Always - 15
192 Power-Off_Retract_Count 0x0032 200 200 000 Old_age Always - 8
193 Load_Cycle_Count 0x0032 200 200 000 Old_age Always - 7
194 Temperature_Celsius 0x0022 118 100 000 Old_age Always - 25
196 Reallocated_Event_Count 0x0032 199 199 000 Old_age Always - 1
197 Current_Pending_Sector 0x0032 200 200 000 Old_age Always - 0
198 Offline_Uncorrectable 0x0030 200 200 000 Old_age Offline - 0
199 UDMA_CRC_Error_Count 0x0032 200 200 000 Old_age Always - 0
200 Multi_Zone_Error_Rate 0x0008 200 200 000 Old_age Offline - 0我只能看到一个问题- Reallocated_Event_Count。它是1。在dmesg中也只有一个错误。Reallocated_Event_Count和dmesg中的错误之间有联系吗?磁盘只有5000小时.在我遇到同样的问题之前..。它是西部数字RE2 250 it磁盘。
发布于 2010-12-12 00:03:49
不,Reallocated_Event_Count不应导致dmesg中的错误。dmesg中的错误表示驱动器和主机芯片组之间的通信需要重新设置。如果这只发生过一次,我就不会认为这很重要。如果定期发生,我会开始怀疑升级固件在驱动器,或看看是否使用的SATA电缆正确连接。
发布于 2010-12-12 05:10:19
当我有像你这样的错误时,它们通常是通过更换驱动器来修复的(即使智能没有报告错误--它并不总是100%的精确性,我更喜欢安全)。但是,由于这是一个反复出现的问题,您应该考虑可能是电缆(可能已经更改了)或控制器(尝试添加PCI/PCIe控制器并查看这是否有帮助?)。如果中断由于错误的芯片组支持而丢失,那么升级OS内核可能也会有所帮助。
https://serverfault.com/questions/211645
复制相似问题