Custom Query (1405 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (151 - 153 of 1405)

Ticket
#206
Description

I've got a Toshiba StorE HDD Bus 001 Device 002: ID 0939:0b16 Lumberg, Inc.

it works with -d usbsunplus so it may be added to driverdb

#207
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:~# 
#211
Description

smartctl doesn't recognize this device:

/dev/sdg: Unknown USB bridge [0x0411:0x01d9 (0x108)] Smartctl: please specify device type with the -d option.

The proper -d option is sat.

This addition to drive.db does the trick:

{ "USB: Buffalo MiniStation Stealth HD-PCTU2",

"0x0411:0x01d9", "", "", "-d sat"

},

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