You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logger.Error("Device open failed, device did not return an IDENTIFY DEVICE structure, or device is in a low-power mode")
102
+
result=false
103
+
}
104
+
ifbits[2] =='1' {
105
+
logger.Warning("Some SMART or other ATA command to the disk failed, or there was a checksum error in a SMART data structure")
106
+
}
107
+
ifbits[3] =='1' {
108
+
logger.Warning("SMART status check returned 'DISK FAILING'.")
109
+
}
110
+
ifbits[4] =='1' {
111
+
logger.Warning("We found prefail Attributes <= threshold.")
112
+
}
113
+
ifbits[5] =='1' {
114
+
logger.Warning("SMART status check returned 'DISK OK' but we found that some (usage or prefail) Attributes have been <= threshold at some time in the past.")
115
+
}
116
+
ifbits[6] =='1' {
117
+
logger.Warning("The device error log contains records of errors.")
118
+
}
119
+
ifbits[7] =='1' {
120
+
logger.Warning("The device self-test log contains records of errors. [ATA only] Failed self-tests outdated by a newer successful extended self-test are ignored.")
0 commit comments