Custom Query (1561 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (196 - 198 of 1561)

Ticket Resolution Summary Owner Reporter
#1739 fixed Support more SK Hynix drives in drivedb.h (HFS480G32FEH-BA10A) Christian Franke Anthony D'Atri
Description

This entry is unnecessarily restrictive:

HFS(480|960|1T9|3T8)G3[2E]FEH-7[4A]10A", tested with HFS480G32FEH-7410A/90037Q00

Replace -7[4A]10A with .* to match other variants. If that is not acceptable, I've included also a diff to match HFS480G32FEH-BA10A explicitly.

#1738 worksforme Better info for SAS drives Anthony D'Atri
Description

SAS drives don't report much info compared to SATA - I have to believe that a lot of the same info is available in log pages, eg by running sg_logs(8). This ticket requests increased extraction, and ideally output in the same tabular format as we get for SATA drives.

smartctl 7.1 (build date May 10 2019) [x86_64-linux-4.9.77-1-generic] (local build)
Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Vendor:               MICRON
Product:              S610DC-3840
Revision:             M019
Compliance:           SPC-4
User Capacity:        3,840,755,982,336 bytes [3.84 TB]
Logical block size:   512 bytes
Physical block size:  4096 bytes
LU is resource provisioned, LBPRZ=1
Rotation Rate:        Solid State Device
Form Factor:          2.5 inches
Logical Unit id:      0x5000c500301795f3
Serial number:        ZBH090940000822150Z3
Device type:          disk
Transport protocol:   SAS (SPL-3)
Local Time is:        Fri Aug 16 17:24:04 2019 UTC
SMART support is:     Available - device has SMART capability.
SMART support is:     Enabled
Temperature Warning:  Enabled

=== START OF READ SMART DATA SECTION ===
SMART Health Status: OK

Percentage used endurance indicator: 6%
Current Drive Temperature:     29 C
Drive Trip Temperature:        70 C

Manufactured in week 46 of year 2016
Specified cycle count over device lifetime:  10000
Accumulated start-stop cycles:  91
Elements in grown defect list: 0

Vendor (Seagate Cache) information
  Blocks sent to initiator = 2542709971
  Blocks received from initiator = 572048050
  Blocks read from cache and sent to initiator = 964297932
  Number of read and write commands whose size <= segment size = 3383917312
  Number of read and write commands whose size > segment size = 3469745657

Error counter log:
           Errors Corrected by           Total   Correction     Gigabytes    Total
               ECC          rereads/    errors   algorithm      processed    uncorrected
           fast | delayed   rewrites  corrected  invocations   [10^9 bytes]  errors
read:   3231455297        0      2046  3231455297          0     369777.608           0
write:         0        0         0         0          0     745096.045           0

Non-medium error count:        0

No Self-tests have been logged
#1737 fixed JMicron ab12:34cd USB 3.0 Bridge needs -d sat Christian Franke lemonuk
Description

Followup from here: https://www.smartmontools.org/ticket/338 dmesg log:

[Jul14 17:50] usb 2-1: new SuperSpeed USB device number 6 using xhci_hcd
[  +0.017371] usb 2-1: New USB device found, idVendor=ab12, idProduct=34cd, bcdDevice= 4.05
[  +0.000005] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  +0.000003] usb 2-1: Product: External Disk
[  +0.000001] usb 2-1: Manufacturer: USB30
[  +0.000002] usb 2-1: SerialNumber: 01600000002D
[  +0.005995] scsi host5: uas
[  +0.000514] scsi 5:0:0:0: Direct-Access     USB30                     0405 PQ: 0 ANSI: 6

This hardware is a SATA to USB adapter enclosure. Exact model: Sveon STG064 Laptop Hard Drive 2.5 Inch Silver in Red (2.5 - Hard Drive, SATA, Serial ATA II, Serial ATA III, 9.5 mm, Hard Drive, 2.0/3.0 (3.1 Gen 1), Hard Drive) Purchase link: https://www.amazon.de/-/en/Sveon-STG064-Laptop-Drive-Silver/dp/B0798MCWL8

It requires some hard drive connected to SATA port when connecting the USB to the computer, otherwise dmesg does not output anything.

Test:

# smartctl -H /dev/sdf
smartctl 7.3 2022-02-28 r5338 [x86_64-linux-6.4.6-arch1-1] (local build)
Copyright (C) 2002-22, Bruce Allen, Christian Franke, www.smartmontools.org

/dev/sdf: Unknown USB bridge [0xab12:0x34cd (0x405)]
Please specify device type with the -d option.

Use smartctl -h to get a usage summary

This works fine:

# smartctl -H /dev/sdf -d sat
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.