Custom Query (1357 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (70 - 72 of 1357)

Ticket Resolution Summary Owner Reporter
#109 fixed Print additional attribute flags Christian Franke Christian Franke
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.

(Moved from TODO file r1308, r1676)

#111 fixed Lifetime temperatures are actually ones from last powerup, SAMSUNG HD502HI Christian Franke scop
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).

#112 fixed Memory leak in ATA device scan on FreeBSD somebody Christian Franke
Description

Function freebsd_smart_interface::scan_smart_devices() calls get_dev_names_ata() which allocates memory the name string array. This memory is never freed. See r3183 for a possible way to fix this.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.