Custom Query (1451 matches)
Results (253 - 255 of 1451)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#258 | fixed | Attrib 198 (Uncorrectable_Sector_Ct) incorrectly decoded on Sandforce SSD's | ||
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 | ||
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
I suggest the arrangement should be ID# ATTRIBUTE_NAME TYPE FLAG VALUE WORST THRESH UPDATED WHEN_FAILED RAW_VALUE
Thank you all for your work on this great tool. |
|||
#13 | fixed | Autodetection doesn't work with -d sat | ||
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 |