Custom Query (1363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (190 - 192 of 1363)

Ticket Resolution Summary Owner Reporter
#317 fixed os_linux.cpp: max_pathc value is low Christian Franke kicca
Description

You should change const int max_pathc = 32 to a higher value because with this value smartctl --scan shows false data.

with the old value (32): smartctl --scan|wc -l 58

and the new (48): ./smartctl --scan|wc -l 74

#320 fixed Support for Seagate Expansion Drive (3TB) Christian Franke dev-eth0
Description

The new seagate expansion drives seem to use a different usb bridge which is not automatically detected:

smartctl 6.2 2013-07-26 r3841 [x86_64-linux-3.9-1-amd64] (local build)
Copyright (C) 2002-13, Bruce Allen, Christian Franke, www.smartmontools.org

/dev/sdi: Unknown USB bridge [0x0bc2:0x3312 (0x737)]
Please specify device type with the -d option.

Using the -d sat switch, it works fine:

root@nas:/home/deveth0# smartctl -d sat -a /dev/sdi
smartctl 6.2 2013-07-26 r3841 [x86_64-linux-3.9-1-amd64] (local build)
Copyright (C) 2002-13, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Family:     Seagate Barracuda 7200.14 (AF)
Device Model:     ST3000DM001-1E6166
Serial Number:    XYZ
LU WWN Device Id: A BCDEFG HIJKLMN
Firmware Version: SC48
User Capacity:    3,000,592,982,016 bytes [3.00 TB]
Sector Sizes:     512 bytes logical, 4096 bytes physical
Rotation Rate:    7200 rpm
Device is:        In smartctl database [for details use: -P show]
ATA Version is:   ATA8-ACS T13/1699-D revision 4
SATA Version is:  SATA 3.0, 6.0 Gb/s (current: 3.0 Gb/s)
Local Time is:    Mon Feb 24 13:53:38 2014 CET

#321 fixed [patch] use %zu to print size_t instead of %lu somebody tijl
Description

The attached patch silences a compiler warning on 32 bit architectures where size_t is defined as int rather than long.

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