[Smartmontools-database] DB-update info for "Intenso 2, 5" SSD TOP - 2TB"
Jules Kerssemakers
jules.kerssemakers at googlemail.com
Mon Dec 11 00:19:47 CET 2023
Dear Gabrielle, thanks for the feedback!
Thank you for the pointer to the already existing "INTENSO SSD" profile. I
had seen it, but it didn't, and still doesn't, "trigger" for my device.
I've just tried with a fresh-from-SVN drivedb, and smartctl still claims
"Device is: Not in smartctl database [for details use: -P showall]"
Upon closer investigation, it seems my device has a newer firmware version
("V1027A0"), which doesn't match the "V"-part of the current regex:
"V0((606|823)A|303B)0";
Mine starts with "V1", rather than "V0" as the regex expects, thus,
SmartCtl isn't applying its INTENSO-profile to my device
I've tried a couple of regex-golf variants of this in my favourite regex
tool: debuggex.com.
Two of my attempts seem reasonable; Both forms still match the previous
options: V0606A0, V0823A0, V0303B0, as well as my new V1027A0
V0((606|823)A|303B)0|V1027A0 (alternative 1: separate "V1" block)
V((0606|0823|1027)A|0303B)0 (alternative 2: re-use trailing-A, at cost
of duplicated zeroes)
There probably still exist golfing-opportunities to make it shorter, but
after this readability goes downhill, fast.
Keep up the good work!
~Jules
P.S. Commands I tried today, showing that current SVN still doesn't match
the existing profile:
$ wget
https://www.smartmontools.org/export/HEAD/branches/RELEASE_7_2_DRIVEDB/smartmontools/drivedb.h
--2023-12-10 23:49:54--
https://www.smartmontools.org/export/HEAD/branches/RELEASE_7_2_DRIVEDB/smartmontools/drivedb.h
... snip
2023-12-10 23:49:54 (1.76 MB/s) - ‘drivedb.h.2’ saved [243246/243246]
$ sudo smartctl -B ./drivedb.h -a /dev/sda | grep -e Device -e Version
Device Model: INTENSO SSD
Firmware Version: V1027A0
Rotation Rate: Solid State Device
Device is: Not in smartctl database [for details use: -P showall]
...
Op zo 10 dec 2023 om 21:48 schreef Gabriele Pohl <gp at dipohl.de>:
> Hi Jules,
>
> On Mon, 21 Aug 2023 14:07:36 +0200
> Jules Kerssemakers via Smartmontools-database wrote:
> > I wanted to contribute back by submitting my report
>
> thanks for the extended info you sent!
>
> > smartctl 7.2 2020-12-30 r5155 [aarch64-linux-6.1.11-meson64] (local
> build)
> > Copyright (C) 2002-20, Bruce Allen, Christian Franke,
> www.smartmontools.org
> >
> > === START OF INFORMATION SECTION ===
> > Device Model: INTENSO SSD
>
> your drive is known in recent version of the drivedb:
>
> ---------------------- snip --------------------------
>
> smartctl -B ./drivedb.h -P showall 'INTENSO SSD'
> Drive found in smartmontools Database. Drive identity strings:
> MODEL: INTENSO SSD
> FIRMWARE: (any)
> match smartmontools Drive Database entry:
> MODEL REGEXP: 240GB|Dogfish SSD
> (128|256|512)GB|GIM(16|32|64|128|256|512)|INTENSO( SSD)?|Intenso ?SSD(
> Sata III)?|KingFast|KSM512|LDLC|Netac MobileDataStar|ORTIAL SSD|RX7
> (240|256|512)G|SATA3 ((12[08]|240|256|480)G|[12]T)B SSD|SPCC M\.2
> SSD|T-FORCE (128|256|512)GB|Verbatim Vi550 S3
> FIRMWARE REGEXP:
> HPS2227I|KFS03005|P0510E|P0725A|Q(0627|1107)A0|R0817B0|S(0424|0509|0618|1211|1230)A0|S112[78]B0|T0(311|519|910)A0|U(0202|0401|0506|1124)A0|V0((606|823)A|303B)0
> MODEL FAMILY: Silicon Motion based OEM SSDs
> ATTRIBUTE OPTIONS: 148 Total_SLC_Erase_Ct
> 149 Max_SLC_Erase_Ct
> 150 Min_SLC_Erase_Ct
> 151 Average_SLC_Erase_Ct
> 159 Unkn_SiliconMotion_Attr
> 160 Uncorrectable_Error_Cnt
> 161 Valid_Spare_Block_Cnt
> 163 Initial_Bad_Block_Count
> 164 Total_Erase_Count
> 165 Max_Erase_Count
> 166 Min_Erase_Count
> 167 Average_Erase_Count
> 168 Max_Erase_Count_of_Spec
> 169 Remaining_Lifetime_Perc
> 178 Runtime_Invalid_Blk_Cnt
> 225 Host_Writes_32MiB
> 241 Host_Writes_32MiB
> 242 Host_Reads_32MiB
> 245 TLC_Writes_32MiB
> 246 SLC_Writes_32MiB
> 247 Raid_Recoverty_Ct
> 248 Unkn_SiliconMotion_Attr
> 251 Unkn_SiliconMotion_Attr
>
> ---------------------- snip --------------------------
>
> See the wiki page for instruction on updating your version of drivedb.h
> https://www.smartmontools.org/wiki/Download#Updatethedrivedatabase
>
> fyi and kind regards,
>
> Gabriele
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://listi.jpberlin.de/pipermail/smartmontools-database/attachments/20231211/dd933c4c/attachment-0001.htm>
More information about the Smartmontools-database
mailing list