Custom Query (1415 matches)
Results (301 - 303 of 1415)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#317 | fixed | os_linux.cpp: max_pathc value is low | ||
Description |
You should change const int max_pathc = 32 to a higher value because with this value smartctl --scan shows false data. with the old value (32): smartctl --scan|wc -l 58 and the new (48): ./smartctl --scan|wc -l 74 |
|||
#318 | invalid | Spam | ||
#319 | worksforme | SMART attribute differences between Windows and Linux | ||
Description |
Intel SSD S3500 SMART attributes are different on Windows and Linux. Notable, '175' Linux: 175 Program_Fail_Count_Chip 0x0033 100 100 010 Pre-fail Always - 4295033464 Windows: 175 Power_Loss_Cap_Test 0x0033 100 100 --- Pre-fail Always - 623 (1 53) In fact 175 is a bit field containing
which is returned by the Intel SSD toolbox Full outputs attached |