[Smartmontools-database] DB-update info for "Intenso 2, 5" SSD TOP - 2TB"
Gabriele Pohl
gp at dipohl.de
Mon Dec 11 12:00:46 CET 2023
Hi again Jules,
On Mon, 11 Dec 2023 00:19:47 +0100
Jules Kerssemakers wrote:
> 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.
> 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";
yes you're right. When I add the firmware part to the lookup command
we get no hit..
---------------------- snip --------------------------
smartctl -B ./drivedb.h -P showall 'INTENSO SSD' ['V1027A0']
No presets are defined for this drive. Its identity strings:
MODEL: INTENSO SSD
FIRMWARE: [V1027A0]
do not match any of the known regular expressions.
---------------------- snip --------------------------
If I would change the firmware regex in drivedb.h
to match your version, this would be the changes
in the attribute assignments / references.
A merge from the drivedb declarations and your smartctl report
"-v 160,raw48,Uncorrectable_Error_Cnt "
160 Unknown_Attribute -O--CK 100 100 050 - 0
"-v 161,raw48,Valid_Spare_Block_Cnt "
161 Unknown_Attribute PO--CK 100 100 050 - 100
"-v 163,raw48,Initial_Bad_Block_Count "
163 Unknown_Attribute -O--CK 100 100 050 - 16
"-v 164,raw48,Total_Erase_Count "
164 Unknown_Attribute -O--CK 100 100 050 - 0
"-v 165,raw48,Max_Erase_Count "
165 Unknown_Attribute -O--CK 100 100 050 - 0
"-v 166,raw48,Min_Erase_Count "
166 Unknown_Attribute -O--CK 100 100 050 - 0
"-v 167,raw48,Average_Erase_Count "
167 Unknown_Attribute -O--CK 100 100 050 - 0
"-v 168,raw48,Max_Erase_Count_of_Spec "
168 Unknown_Attribute -O--CK 100 100 050 - 5050
"-v 169,raw48,Remaining_Lifetime_Perc "
169 Unknown_Attribute -O--CK 100 100 050 - 100
"-v 178,raw48,Runtime_Invalid_Blk_Cnt "
178 Used_Rsvd_Blk_Cnt_Chip -O--CK 100 100 050 - 0
"-v 241,raw48,Host_Writes_32MiB "
241 Total_LBAs_Written ----CK 100 100 050 - 4
"-v 242,raw48,Host_Reads_32MiB "
242 Total_LBAs_Read ----CK 100 100 050 - 2
"-v 245,raw48,TLC_Writes_32MiB "
245 Unknown_Attribute -O--CK 100 100 050 - 0
I I see it right that there exists no vendor diagnostic tool
in case Intenso, all we can do to verify that the references fit,
is observation over time.
So you may set a local drivedb entry for your drive and
check if the reports are plausible over time?
Besides: I find it very ugly that Intenso sets no specific
model descriptor... Maintenance of drivedb
only over the firmware string may lead to many issues
of conflict declarations :(
So far for now and many thanks for your feedback
that widened my perspective of the case :-)
With kind regards,
Gabriele
More information about the Smartmontools-database
mailing list