Custom Query (1363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (139 - 141 of 1363)

Ticket Resolution Summary Owner Reporter
#281 fixed smartctl hpt27xx controller with more than 16 devices Alex Samorukov stin9ray
Description

Limit of 16 devices seems to be hard coded.

The command to retrieve a smart dump for da16 fails: [

root@wood] ~# smartctl -d hpt,1/17/1 -x /dev/hpt27xx
smartctl 6.1 2013-03-16 r3800 [FreeBSD 9.1-STABLE amd64] (local build)
Copyright (C) 2002-13, Bruce Allen, Christian Franke, www.smartmontools.org

/dev/hpt27xx: Option '-d hpt,L/M/N' invalid channel number M supplied
=======> VALID ARGUMENTS ARE: ata, scsi, sat[,auto][,N][+TYPE], usbcypress[,X], usbjmicron[,p][,x][,N], usbsunplus, 3ware,N, hpt,L/M/N, cciss,N, areca,N/E, atacam, auto, test <=======

Use smartctl -h to get a usage summary

[root@wood] ~# smartctl -V
smartctl 6.1 2013-03-16 r3800 [FreeBSD 9.1-STABLE amd64] (local build)
Copyright (C) 2002-13, Bruce Allen, Christian Franke, www.smartmontools.org

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; either
version 2, or (at your option) any later version.
See http://www.gnu.org for further details.

smartmontools release 6.1 dated 2013-03-16 at 14:35:27 UTC
smartmontools SVN rev 3800 dated 2013-03-16 at 14:36:20
smartmontools build host: amd64-portbld-freebsd9.1
smartmontools build configured: 2013-06-14 17:22:15 UTC
smartctl compile dated Jun 14 2013 at 17:22:22
smartmontools configure arguments:  '--disable-dependency-tracking' '--enable-drivedb' '--enable-sample' '--with-initscriptdir=/usr/local/etc/rc.d' '--with-docdir=/usr/local/share/doc/smartmontools' '--prefix=/usr/local' '--mandir=/usr/local/man' '--infodir=/usr/local/info/' '--build=amd64-portbld-freebsd9.1' 'build_alias=amd64-portbld-freebsd9.1' 'CXX=c++' 'CXXFLAGS=-O -pipe -Wno-write-strings' 'LDFLAGS=' 'CPPFLAGS=' 'CC=cc' 'CFLAGS=-O -pipe -Wno-write-strings'
[root@wood] ~# uname -a
FreeBSD wood.lakeview42.com 9.1-STABLE FreeBSD 9.1-STABLE #0 r+043291a: Mon Jun 17 00:10:05 PDT 2013     root@build.ixsystems.com:/tank/build/nightlies/2013-06-17/os-base/amd64/tank/build/nightlies/2013-06-17/FreeBSD/src/sys/FREENAS.amd64  amd64
[root@wood] ~# 

Controller: High Point RocketRAID 2760A This controller is advertised as a 16 channel controller that "switches" 24 internal disks.

In my configuration here are 19 disks connected to the controller, all are detected as da0 .. da19. da0 at hpt27xx0 bus 0 scbus7 target 0 lun 0 da0: <HPT DISK 0_0 4.00> Fixed Direct Access SCSI-0 device da0: 2861588MB (5860533168 512 byte sectors: 255H 63S/T 364801C) [...] da19 at hpt27xx0 bus 0 scbus7 target 19 lun 0 da19: <HPT DISK 0_19 4.00> Fixed Direct Access SCSI-0 device da19: 953869MB (1953525168 512 byte sectors: 255H 63S/T 121601C)

The command: smartctl -d hpt,1/16/1 -x /dev/hpt27xx works as expected dumping all the smart info for da15.

#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

#130 fixed Add support for Samsung Story Station 3.0 2TB Drive Christian Franke Steven Ellis
Description

Drive works with the "-d sat" option.

smartctl -a -d sat /dev/sdb
smartctl 5.40 2010-10-16 r3189 [x86_64-redhat-linux-gnu] (local build)
Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net

=== START OF INFORMATION SECTION ===
Device Model:     SAMSUNG HD203WI
Serial Number:    S27KJ1ZZ600470
Firmware Version: 1AN10003
User Capacity:    2,000,398,934,016 bytes
Device is:        Not in smartctl database [for details use: -P showall]
ATA Version is:   8
ATA Standard is:  ATA-8-ACS revision 6
Local Time is:    Mon Dec 20 17:03:10 2010 NZDT
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

Drive HD203WI is an EcoGreen F3

The following needs to be added to drivedb.h

  { "USB: Samsung Story Station; ",
    "0x04e8:0x6054",
    "",
    "",
    "-d sat"
  },
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.