Opened 3 years ago

Closed 3 years ago

#1401 closed patch (fixed)

Add to drivedb: Intel INTELSSDSA2SH064G1IB

Reported by: Andrei Ivanov Owned by: Christian Franke
Priority: minor Milestone: Release 7.2
Component: drivedb Version: 7.1
Keywords: ssd Cc:

Description

Request to add IBM-branded version of Intel SSDSA2SH064G1 to drivedb. Smartctl output attached.

The patch:

--- smartmontools-7.1/drivedb.h.20201101	2020-11-01 15:58:00.000000000 -0800
+++ smartmontools-7.1/drivedb.h	2020-11-26 12:59:31.959779330 -0800
@@ -1141,8 +1141,9 @@
     "-v 241,raw48,Host_Writes_32MiB "
     "-v 242,raw48,Host_Reads_32MiB"
   },
+  // https://www.thomas-krenn.com/en/wiki/SMART_attributes_of_Intel_SSDs
   { "Intel X25-E SSDs",
-    "SSDSA2SH(032|064)G1.* INTEL",  // G1 = first generation
+    "(INTEL)*SSDSA2SH(032|064)G1.* (.*IBM|INTEL)",  // G1 = first generation
     "", "",
   //"-v 3,raw16(avg16),Spin_Up_Time "
   //"-v 4,raw48,Start_Stop_Count "

Attachments (1)

smartctl-Intel-INTELSSDSA2SH064G1IB.txt (5.3 KB ) - added by Andrei Ivanov 3 years ago.

Download all attachments as: .zip

Change History (4)

by Andrei Ivanov, 3 years ago

comment:1 by Christian Franke, 3 years ago

Milestone: Release 7.2

Thanks. Regexp could be changed to:

(INTEL)?SSDSA2SH(032|064)G1.* (.*IBM|INTEL)

comment:2 by Christian Franke, 3 years ago

Owner: set to Christian Franke
Status: newaccepted

comment:3 by Christian Franke, 3 years ago

Resolution: fixed
Status: acceptedclosed
Note: See TracTickets for help on using tickets.