Opened 11 months ago

Closed 3 months ago

#1721 closed enhancement (fixed)

Please add SanDisk SDSA6DM-016G-1006 to the Database

Reported by: Cmdr_Zod Owned by: Christian Franke
Priority: minor Milestone: Release 7.5
Component: drivedb Version: 7.2
Keywords: ssd Cc:

Description

Please find attached the output of smartctl -x /dev/sdX

Attachments (1)

smartctl-Sandisk-SDSA6DM-016G-1006.txt (8.6 KB ) - added by Cmdr_Zod 11 months ago.

Download all attachments as: .zip

Change History (5)

comment:1 by Christian Franke, 11 months ago

Milestone: unscheduled

comment:2 by Cmdr_Zod, 11 months ago

This device seems to be very similar to an SSD I reported earlier in ticket:923, the following patch adds the device, assuming all attributes have the same meaning:

--- drivedb.h.5440      2023-03-01 20:11:31.326122729 +0100
+++ drivedb.h.Sandisk_SDSA6DM-016G-1006 2023-05-01 02:02:24.278186585 +0200
@@ -2034,7 +2034,7 @@
     "SanDisk SSD i100 [0-9]*GB|" // tested with SanDisk SSD i100 8GB/11.56.04, 24GB/11.56.04
     "SanDisk SSD U100 ([0-9]*GB|SMG2)|" // tested with SanDisk SSD U100 8GB/10.56.00, 256GB/10.01.02, SMG2/10.56.04
     "SanDisk SSD U110 (8|16|24|32|64|128)GB|" // tested with SanDisk SSD U110 32GB/U221000
-    "SanDisk SDSA6[GM]M-[0-9]*G-.*|" // tested with SanDisk SDSA6GM-016G-1006/U221006, SanDisk SDSA6MM-016G-1006/U221006
+    "SanDisk SDSA6[DGM]M-[0-9]*G-.*|" // tested with SanDisk SDSA6DM-016G-1006/U221006, SanDisk SDSA6GM-016G-1006/U221006, SanDisk SDSA6MM-016G-1006/U221006
     "SanDisk SD7[SU]B[23]Q(064|128|256|512)G.*", // tested with SD7SB3Q064G1122/SD7UB3Q256G1122/SD7SB3Q128G/SD7UB2Q512G1122
     "", "",
   //"-v 5,raw16(raw16),Reallocated_Sector_Ct "

comment:3 by Christian Franke, 3 months ago

Milestone: unscheduledRelease 7.5
Owner: set to Christian Franke
Status: newaccepted

comment:4 by Christian Franke, 3 months ago

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