Custom Query (1417 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (130 - 132 of 1417)

Ticket Resolution Summary Owner Reporter
#1255 fixed smartctl reports drive not in smartctl database (HITACHI HUA721075KLA330) Christian Franke John Littleton
Description

SYMPTOM: smartctl incorrectly reports drive not is smartctl database

  { "Hitachi Ultrastar A7K1000", // tested with
    // HUA721010KLA330      44X2459 42C0424IBM/GKAOAB4A
    "(**Hitachi** )?HUA7210(50|75|10)KLA330.*",
    "", "", ""
  },

=== START OF INFORMATION SECTION ===
Device Model:     HITACHI HUA721075KLA330
Serial Number:    P8H91GWF
LU WWN Device Id: 5 000cca 215d23466
Firmware Version: GK8OA90A
User Capacity:    750,156,374,016 bytes [750 GB]
Sector Size:      512 bytes logical/physical
**Device is:        Not in smartctl database [for details use: -P showall]**
ATA Version is:   ATA/ATAPI-7 T13/1532D revision 1
Local Time is:    Sun Oct 27 08:50:18 2019 PDT
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

SYMPTOM: smartctl now correctly reports drive in smartctl database CAUSE: letter case mismatch on drive "Device Model:"

  { "Hitachi Ultrastar A7K1000", // tested with
    // HUA721010KLA330      44X2459 42C0424IBM/GKAOAB4A
    "(**HITACHI** )?HUA7210(50|75|10)KLA330.*",
    "", "", ""
  },

=== START OF INFORMATION SECTION ===
Model Family:     Hitachi Ultrastar A7K1000
Device Model:     HITACHI HUA721075KLA330
Serial Number:    P8H91GWF
LU WWN Device Id: 5 000cca 215d23466
Firmware Version: GK8OA90A
User Capacity:    750,156,374,016 bytes [750 GB]
Sector Size:      512 bytes logical/physical
**Device is:        In smartctl database [for details use: -P show]**
ATA Version is:   ATA/ATAPI-7 T13/1532D revision 1
Local Time is:    Sun Oct 27 07:47:20 2019 PDT
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
#1161 duplicate /dev/sda: Unknown USB bridge [0x152d:0x0578 (0x3101)] Jean-Marc LACROIX
Description

Hi dear team,

I am using one HC1 SBC board (octa armhf CPU 32 bits) from hardkernel with one 250 GB SSD drive connected on internal USB3 to SATA.

It seems supported on Linux OS 4.18, because i can access on the device.

It seems also possible to use LVM without issues in first analyse.

But after creating around 120 logical partition (LV), i try to use smartmontools to extract statistics on the SSD.

When i launch following command :

smartctl -i /dev/sda --xall

i have : Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

/dev/sda: Unknown USB bridge [0x152d:0x0578 (0x3101)] Please specify device type with the -d option.

Current Linux kernel : root@srv-hc1-110:~# uname -a Linux srv-hc1-110 4.18.0-0.bpo.3-armmp-lpae #1 SMP Debian 4.18.20-2~bpo9+1 (2018-12-08) armv7l GNU/Linux root@srv-hc1-110:~# dpkg -l |grep smartmon ii smartmontools 6.5+svn4324-1 armhf control and monitor storage systems using S.M.A.R.T.

Thanks in advance for your help Best regards

#961 duplicate SAMSUNG-PM863a 960GB Mark Schouten, Tuxis Internet Engineering
Description

To be added to the database.

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