Custom Query (1359 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (118 - 120 of 1359)

Ticket Resolution Summary Owner Reporter
#283 fixed problem with smartctl -a with SDM SSD memory device somebody jeremy385892
Description

I execute smartctl -a on a SATA-Disk Module SSD memory in freebsd 8.2 platform (with smartmontools 6.1) and and I have the following error with smartctl -a on this memory device:

START OF INFORMATION SECTION

Device Model: 2GB SATA Flash Drive Serial Number: 00101082267000105015 Firmware Version: SFI2101D User Capacity: 1,982,324,736 bytes [1.98 GB] Sector Size: 512 bytes logical/physical Rotation Rate: Solid State Device Device is: Not in smartctl database [for details use: -P showall] ATA Version is: ATA8-ACS, ATA/ATAPI-4 published, ANSI NCITS 317-1998 SATA Version is: SATA 2.6, 3.0 Gb/s Local Time is: Tue Jun 25 11:25:48 2013 GMT SMART support is: Available - device has SMART capability. SMART support is: Enabled

START OF READ SMART DATA SECTION

SMART overall-health self-assessment test result: PASSED

General SMART Values: Offline data collection status: (0x00) Offline data collection activity

was never started. Auto Offline Data Collection: Disabled.

Self-test execution status: ( 0) The previous self-test routine completed

without error or no self-test has ever been run.

Total time to complete Offline data collection: ( 1) seconds. Offline data collection capabilities: (0x75) SMART execute Offline immediate.

No Auto Offline data collection support. Abort Offline collection upon new command. No Offline surface scan supported. Self-test supported. Conveyance Self-test supported. Selective Self-test supported.

SMART capabilities: (0x0003) Saves SMART data before entering

power-saving mode. Supports SMART auto save timer.

Error logging capability: (0x01) Error logging supported.

No General Purpose Logging support.

Short self-test routine recommended polling time: ( 1) minutes. Extended self-test routine recommended polling time: ( 1) minutes. Conveyance self-test routine recommended polling time: ( 1) minutes.

SMART Attributes Data Structure revision number: 7 Vendor Specific SMART Attributes with Thresholds: ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE

12 Power_Cycle_Count 0x0200 100 100 000 Old_age Offline - 11

160 Unknown_Attribute 0x0200 100 100 000 Old_age Offline - 0 161 Unknown_Attribute 0x0200 100 100 000 Old_age Offline - 0 162 Unknown_Attribute 0x0200 100 100 000 Old_age Offline - 151 163 Unknown_Attribute 0x0200 100 100 000 Old_age Offline - 9 164 Unknown_Attribute 0x0200 100 100 000 Old_age Offline - 5 165 Unknown_Attribute 0x0200 100 100 000 Old_age Offline - 5 241 Total_LBAs_Written 0x0200 100 100 000 Old_age Offline - 16573426

ad0: FAILURE - SMART status=51<READY,DSC,ERROR> error=4<ABORTED> Read SMART Error Log failed: request failed, error code 0x05

ad0: FAILURE - SMART status=51<READY,DSC,ERROR> error=4<ABORTED> Read SMART Self-test Log failed: request failed, error code 0x05

ad0: FAILURE - SMART status=51<READY,DSC,ERROR> error=4<ABORTED> Read SMART Selective Self-test Log failed: request failed, error code 0x05

#207 fixed predicted time of extended self-test appears to be capped at 255 minutes Christian Franke rekt
Description

Both of these disks report taking 255 minutes to complete the long (extended) self-test:

0 root@monkey:~# smartctl -t long /dev/sdd
smartctl 5.40 2010-07-12 r3124 [x86_64-unknown-linux-gnu] (local build)
Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net

=== START OF OFFLINE IMMEDIATE AND SELF-TEST SECTION ===
Sending command: "Execute SMART Extended self-test routine immediately in off-line mode".
Drive command "Execute SMART Extended self-test routine immediately in off-line mode" successful.
Testing has begun.
Please wait 255 minutes for test to complete.
Test will complete after Tue Nov 22 04:31:37 2011

Use smartctl -X to abort test.
0 root@monkey:~# smartctl -t long /dev/sdb
smartctl 5.40 2010-07-12 r3124 [x86_64-unknown-linux-gnu] (local build)
Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net

=== START OF OFFLINE IMMEDIATE AND SELF-TEST SECTION ===
Sending command: "Execute SMART Extended self-test routine immediately in off-line mode".
Drive command "Execute SMART Extended self-test routine immediately in off-line mode" successful.
Testing has begun.
Please wait 255 minutes for test to complete.
Test will complete after Tue Nov 22 04:31:41 2011
0 root@monkey:~# 

However, their internal firmware believes that the amount of time taken varies significantly (686 and 506 minutes respectively, if i'm reading this output correctly):

0 root@monkey:~# smartctl -a /dev/sdb | egrep -A1 'START OF INFO|Total time'
=== START OF INFORMATION SECTION ===
Device Model:     WDC WD2003FYYS-02W0B0
--
Total time to complete Offline 
data collection:                 (30360) seconds.
0 root@monkey:~# smartctl -a /dev/sdd | egrep -A1 'START|Total\ time'
=== START OF INFORMATION SECTION ===
Device Model:     WDC WD2002FYPS-02W3B0
--
Total time to complete Offline 
data collection:                 (41160) seconds.
0 root@monkey:~# 

This makes me think that the report of 255 minutes is flawed (maybe capped by an unsigned char or something?)

This is using stock debian squeeze:

0 root@monkey:~# uname -a
Linux monkey 2.6.32-5-vserver-amd64 #1 SMP Mon Oct 3 06:23:01 UTC 2011 x86_64 GNU/Linux
0 root@monkey:~# smartctl --version
smartctl 5.40 2010-07-12 r3124 [x86_64-unknown-linux-gnu] (local build)
Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net

smartctl comes with ABSOLUTELY NO WARRANTY. This is free
software, and you are welcome to redistribute it under
the terms of the GNU General Public License Version 2.
See http://www.gnu.org for further details.

smartmontools release 5.40 dated 2009-12-09 at 21:00:32 UTC
smartmontools SVN rev 3124 dated 2010-07-12 at 19:21:00
smartmontools build host: x86_64-unknown-linux-gnu
smartmontools build configured: 2010-12-26 11:52:46 UTC
smartctl compile dated Dec 26 2010 at 11:53:03
smartmontools configure arguments:  '--prefix=/usr' '--sysconfdir=/etc' '--mandir=/usr/share/man' '--with-initscriptdir=/etc/init.d' '--with-docdir=/usr/share/doc/smartmontools' '--enable-drivedb' '--enable-savestates' '--enable-attributelog' '--with-savestates=/var/lib/smartmontools/smartd.' '--with-attributelog=/var/lib/smartmontools/attrlog.' '--with-selinux' 'CXXFLAGS=-g -O2' 'LDFLAGS=' 'CPPFLAGS=' 'CFLAGS=-g -O2 -fsigned-char -Wall -O2'
0 root@monkey:~# 
#100 wontfix please make smart module for lm_sensors somebody eric-a-hall
Description

lm_sensors has the ability to display sensor data from multiple sources. Unfortunately there is not a module that will display HD temperature data. Instead the lm_sensors documentation says that the smartmontools package should be used to gather and display this data. While the smart tools are certainly very nice as a separate package, it would be very helpful if the smart data was integrated with lm_sensors so that the HD temperature could be displayed alongside all of the other sensor data. For example there are numerous tools that have been compiled with the sensor libraries (EG, desktop applets, SNMP agents, etc), and it would be very helpful if HD temperature data was available through those channels alongside all of the other sensor readings, instead of isolated from them.

I am making the same request to the lm_sensors developers

Thanks

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