Opened 4 weeks ago
Closed 4 days ago
#1985 closed patch (fixed)
Add to drivedb: Lexar NQ100 SSDs
| Reported by: | Andrei Ivanov | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | Release 8.0 |
| Component: | drivedb | Version: | |
| Keywords: | ssd | Cc: | Andrei Ivanov |
Description (last modified by )
Request to add the NQ100 family of Lexar SSDs (similar to NS100) to drivedb.
Smartctl output attached.
The original patch:
--- a/drivedb/drivedb.h
+++ b/drivedb/drivedb.h
@@ -742,8 +742,9 @@ const drive_settings builtin_knowndrives[] = {
"-v 245,raw16(raw16),Bit_Error_Count"
},
{ "Maxio based SSDs (variant 4)", // MAS1102
+ "Lexar SSD NQ100 (24|48|96)0GB|" // Lexar NQ100, tested with Lexar SSD NQ100 240GB/SN15926
"Lexar SSD NS100 ((128|256|512)G|[12]T)B", // Lexar NS100, tested with Lexar SSD NS100 256GB/SN17776
- "SN177[0-9]{2}", "",
+ "SN1(59|77)[0-9]{2}", "",
"-v 5,raw16(raw16),New_Bad_Blk_Count "
//"-v 9,raw24(raw8),Power_On_Hours "
//"-v 12,raw48,Power_Cycle_Count "
The corrected patch:
--- drivedb.h.20260314 2026-03-14 11:06:00.000000000 -0600
+++ drivedb.h 2026-03-26 10:07:39.962007399 -0600
@@ -706,13 +706,14 @@
{ "Maxio based SSDs (variant 3)", // MAS1102
"(128|256|512)GB SSD|" // AZW M.2 SSD in Beelink Mini PCs, tested with 128GB SSD/SN12521, 512GB SSD/SN11986
"V Series SATA SSD (120|240|250|480|500|960)GB|" // Integral V Series, tested with V Series SATA SSD 480GB/SN12521
+ "Lexar SSD NQ100 (24|48|96)0GB|" // Lexar NQ100, tested with Lexar SSD NQ100 240GB/SN15926
"Patriot Burst Elite (120|240|480|960|1920)GB|" // Patriot Burst Elite 1920GB/H220916a
"PNY 1TB SATA SSD|" // PNY CS900, tested with PNY 1TB SATA SSD/H220916a
// also available with Phison and Silicon Motion controllers
"Verbatim Vi550 S3|" // Verbatim Vi550 S3/H220916a (1TB)
// also available with Silicon Motion controllers
"Verbatim Vi560 S3", // Verbatim Vi560 S3/H220916a (1TB)
- "SN1(19|25)[0-9]{2}|H2209[0-9]{2}a?", "",
+ "SN1(19|25|59)[0-9]{2}|H2209[0-9]{2}a?", "",
"-v 5,raw16(raw16),New_Bad_Blk_Count "
//"-v 9,raw24(raw8),Power_On_Hours "
//"-v 12,raw48,Power_Cycle_Count "
Attachments (2)
Change History (9)
by , 4 weeks ago
| Attachment: | smartctl-Lexar-NQ100_240GB.txt added |
|---|
comment:1 by , 4 weeks ago
| Cc: | added |
|---|
comment:2 by , 4 weeks ago
| Milestone: | → unscheduled |
|---|
comment:3 by , 4 weeks ago
| Description: | modified (diff) |
|---|
Rearranged NS100 and NQ100 in the patch, to alphabetical order.
comment:5 by , 4 weeks ago
| Description: | modified (diff) |
|---|
As Jonathan Teh pointed out in the PR, more appropriate Model Family is "Maxio based SSDs (variant 3)", thus the updated patch.
by , 4 weeks ago
| Attachment: | smartctl-Lexar-NQ100_240GB-20260326.txt added |
|---|
Smartctl run after the drivedb modification.
comment:6 by , 4 weeks ago
| Milestone: | unscheduled → Release 8.0 |
|---|
Note:
See TracTickets
for help on using tickets.

Pull requests are welcome.