Opened 6 months ago

Last modified 6 months ago

#1764 new enhancement

Add ADATA HD680 to drive database

Reported by: thisisqasim Owned by:
Priority: minor Milestone: undecided
Component: drivedb Version:
Keywords: ssd Cc:

Description


Attachments (1)

smartctl-adata-hd680.txt (16.1 KB ) - added by thisisqasim 6 months ago.

Download all attachments as: .zip

Change History (4)

by thisisqasim, 6 months ago

Attachment: smartctl-adata-hd680.txt added

comment:1 by thisisqasim, 6 months ago

I believe this should be as simple as changing

    "0x125f:0xa(1[135]|21|31|3[57]|68|7[56]|83)a", // 0xa11a: Classic CH11 1TB, 0xa13a: NH13 1TB,

to

    "0x125f:0xa(1[135]|21|31|3[57]|68|7[56]|8[35])a", // 0xa11a: Classic CH11 1TB, 0xa13a: NH13 1TB,

in https://www.smartmontools.org/browser/trunk/smartmontools/drivedb.h#L5954

Last edited 6 months ago by thisisqasim (previous) (diff)

comment:2 by Christian Franke, 6 months ago

Component: alldrivedb
Keywords: ssd added
Milestone: undecided

Obviously the attachment is not from an ADATA SSD :-)

Model Family:     Seagate Mobile HDD
Device Model:     ST2000LM007-1R8174

comment:3 by thisisqasim, 6 months ago

I noticed that too but it is from the same device. My guess was that Seagate is the actual HDD inside the AData USB enclosure and that is why it is being reported like that.

smartctl --all /dev/sda
smartctl 7.3 2022-02-28 r5338 [x86_64-linux-5.14.0-378.el9.x86_64] (local build)
Copyright (C) 2002-22, Bruce Allen, Christian Franke, www.smartmontools.org

/dev/sda: Unknown USB bridge [0x125f:0xa85a (0x100)]
Please specify device type with the -d option.

Use smartctl -h to get a usage summary

but with a -d sat

smartctl --all /dev/sda -d sat
smartctl 7.3 2022-02-28 r5338 [x86_64-linux-5.14.0-378.el9.x86_64] (local build)
Copyright (C) 2002-22, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Family:     Seagate Mobile HDD
Device Model:     ST2000LM007-1R8174
Serial Number:    ZDZA9DV5
LU WWN Device Id: 5 000c50 0c53956ce
Firmware Version: EB01
User Capacity:    2,000,398,934,016 bytes [2.00 TB]
Sector Sizes:     512 bytes logical, 4096 bytes physical
Rotation Rate:    5400 rpm
Form Factor:      2.5 inches
TRIM Command:     Available
Device is:        In smartctl database 7.3/5533
ATA Version is:   ACS-3 T13/2161-D revision 3b
SATA Version is:  SATA 3.1, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is:    Wed Nov  1 13:49:15 2023 UTC
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
...
Last edited 6 months ago by thisisqasim (previous) (diff)
Note: See TracTickets for help on using tickets.