Custom Query (1418 matches)
Results (46 - 48 of 1418)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#109 | fixed | Print additional attribute flags | ||
Description |
Parse and print additional Attribute flag meanings (IBM ones, eg performance etc). These are now documented in atacmds.h -- we just need to modify the format of the Attribute table. |
|||
#111 | fixed | Lifetime temperatures are actually ones from last powerup, SAMSUNG HD502HI | ||
Description |
# ./smartctl -a /dev/sdb smartctl 5.40 2010-10-03 r3176 [i686-pc-linux-gnu] (local build) [...] Model Family: SAMSUNG SpinPoint F2 EG series Device Model: SAMSUNG HD502HI [...] Firmware Version: 1AG01118 [...] 190 Airflow_Temperature_Cel 0x0022 073 066 000 Old_age Always - 27 (Lifetime Min/Max 22/27) 194 Temperature_Celsius 0x0022 071 064 000 Old_age Always - 29 (Lifetime Min/Max 22/29) [...] The "Lifetime Min/Max" values at least for disk are not the min/max temperature of the disk's whole lifetime, but instead I believe the min/max since the last power cycle of the disk (or at least they are the min/max since the last "cold" start of the box this disk is in). |
|||
#113 | fixed | SMARTD_DEVICE and ...TYPE cannot be used for smartctl parameters | ||
Description |
When running scripts via smartd smartctl ... -d $SMARTD_DEVICETYPE $SMARTD_DEVICE Such a command is already used in Example1 and Example2. This does not always work: SMARTD_DEVICE may contain extra info about the device (see Ubuntu Bug 491324, comment 8). It should be set to the plain device name instead. SMARTD_DEVICETYPE may not be set to the correct type if the type was autodetected. |