Custom Query (1451 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (253 - 255 of 1451)

Ticket Resolution Summary Owner Reporter
#258 fixed Attrib 198 (Uncorrectable_Sector_Ct) incorrectly decoded on Sandforce SSD's Christian Franke stevenhartland
Description

It seems like attrib 198 (Uncorrectable_Sector_Ct) is being incorrectly decoded on Sandforce SSD's.

Most manufactures of these drives don't implement attrib 198 but Kingston E100 series do and this causes smartd to report errors due to increasing "Offline uncorrectable sectors".

On these disks this attrib is "Uncorrectable sector count relative to the number of sectors read this power cycle." so its not a pure error count and hence should not be treated as such.

The details on how to decode the attrib values can be found here:- http://media.kingston.com/support/downloads/MKP_306_SMART_attribute.pdf

#164 wontfix Attribute table: re-arrange columns placing TYPE after NAME help to clarify meaning somebody dg12
Description

The most misunderstood part of the attributes is "pre-fail" and "Old_age". They are the TYPE of attribute not the current condition.

I suggest that placing the TYPE column immediately after the attribute name would help this.

Currently the report is:


ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE

1 Raw_Read_Error_Rate 0x000b 100 100 062 Pre-fail Always - 0 4 Start_Stop_Count 0x0012 099 099 000 Old_age Always - 2156


I suggest the arrangement should be


ID# ATTRIBUTE_NAME TYPE FLAG VALUE WORST THRESH UPDATED WHEN_FAILED RAW_VALUE

1 Raw_Read_Error_Rate Pre-fail 0x000b 100 100 062 Always - 0

4 Start_Stop_Count Old_age 0x0012 099 099 000 Always - 2156

Thank you all for your work on this great tool.

#13 fixed Autodetection doesn't work with -d sat Christian Franke Giuseppe Iuculano
Description

Hi,

with:

DEVICESCAN -d sat -n standby -m root -M exec /usr/share/smartmontools/smartd-runner -M test

I got:

# smartd -d smartd 5.39 2009-08-29 r2879 [i686-pc-linux-gnu] (local build) Copyright (C) 2002-9 by Bruce Allen, http://smartmontools.sourceforge.net

Opened configuration file /etc/smartd.conf Drive: DEVICESCAN, implied '-a' Directive on line 23 of file /etc/smartd.conf Configuration file /etc/smartd.conf was parsed, found DEVICESCAN, scanning devices In the system's table of devices NO devices found to scan Unable to monitor any SMART enabled devices. Try debug (-d) option. Exiting...

But with: DEVICESCAN -n standby -m root -M exec /usr/share/smartmontools/smartd-runner -M test

autodetection works:

# smartd -d smartd 5.39 2009-08-29 r2879 [i686-pc-linux-gnu] (local build) Copyright (C) 2002-9 by Bruce Allen, http://smartmontools.sourceforge.net

Opened configuration file /etc/smartd.conf Drive: DEVICESCAN, implied '-a' Directive on line 23 of file /etc/smartd.conf Configuration file /etc/smartd.conf was parsed, found DEVICESCAN, scanning devices Device: /dev/hda, opened Device: /dev/hda, packet devices [this device CD/DVD] not SMART capable Unable to register ATA device /dev/hda at line 23 of file /etc/smartd.conf Device: /dev/hdc, opened Device: /dev/hdc, packet devices [this device CD/DVD] not SMART capable Unable to register ATA device /dev/hdc at line 23 of file /etc/smartd.conf Device: /dev/sda, type changed from 'scsi' to 'sat' Device: /dev/sda [SAT], opened Device: /dev/sda [SAT], found in smartd database. Device: /dev/sda [SAT], is SMART capable. Adding to "monitor" list. Device: /dev/sdb, type changed from 'scsi' to 'sat' Device: /dev/sdb [SAT], opened Device: /dev/sdb [SAT], found in smartd database. Device: /dev/sdb [SAT], is SMART capable. Adding to "monitor" list. Monitoring 2 ATA and 0 SCSI devices

Original bug report: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=546566

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