Opened 2 years ago

Closed 2 years ago

#1562 closed defect (worksforme)

Samsung PM1643a truncated SMART on smartctl versions after 6.6

Reported by: Endo Owned by:
Priority: minor Milestone: Release 7.3
Component: smartctl Version: 7.2
Keywords: scsi Cc:

Description

Hi,

We have brand new SSD: SAMSUNG MZILT3T8HBLS/007 PM1643a SAS
After smartctl version 6.6 (tested 7.0 and 7.2), most of the SMART informations are no longer displayed, watching diff this is missing:

- Percentage used endurance indicator
- Accumulated start-stop cycles:  2
- Specified load-unload count over device lifetime:  0
- Accumulated load-unload cycles:  0
...
-Error counter log:
-           Errors Corrected by           Total   Correction     Gigabytes    Total
-               ECC          rereads/    errors   algorithm      processed    uncorrected
-           fast | delayed   rewrites  corrected  invocations   [10^9 bytes]  errors
-read:          0        0         0         0          0       1857.755           0
-write:         0        0         0         0          0       2817.675           0

-Non-medium error count:        0
-
-No self-tests have been logged

I saw similar ticket #1239 , but no luck with this SSD on version:
smartctl 7.2 2021-09-14 r5236 [FreeBSD 12.3-STABLE amd64] (local build)
OS: FreeBSD 12.3-STABLE #0 r371457M

Attached the output of the following commands, for both version 6.6 and 7.2:
smartctl -x /dev/da12 (da12_smartctl_6.6_-x and da12_smartctl_7.2_-x)
smartctl -x /dev/da12 -r ioctl,2 (da12_smartctl_6.6_-x_-r_ioctl2 and da12_smartctl_7.2_-x_-r_ioctl2)

Please inform if you need more details or to try patches.
Thank you!

Attachments (5)

da12_smartctl_6.6_-x (3.6 KB ) - added by Endo 2 years ago.
da12_smartctl_6.6_-x_-r_ioctl2 (15.1 KB ) - added by Endo 2 years ago.
da12_smartctl_7.2_-x (1.4 KB ) - added by Endo 2 years ago.
da12_smartctl_7.2_-x_-r_ioctl2 (6.3 KB ) - added by Endo 2 years ago.
da12_smartctl_7.3_-x (3.8 KB ) - added by Endo 2 years ago.

Download all attachments as: .zip

Change History (7)

by Endo, 2 years ago

Attachment: da12_smartctl_6.6_-x added

by Endo, 2 years ago

by Endo, 2 years ago

Attachment: da12_smartctl_7.2_-x added

by Endo, 2 years ago

comment:1 by Endo, 2 years ago

Just built trunk/smartmontools code and seems the "smartctl 7.3 2022-01-16 r5304" version works fine: missing lines are present, and even more (about Temperature and "Pending defect count").

Found mention of Samsung SAS SSD in r5276, may be related.

Attached the output of "./smartctl -x /dev/da12" (da12_smartctl_7.3_-x)

I will look forward to smartctl 7.3 official release (and sysutils/smartmontools FreeBSD port update)!

by Endo, 2 years ago

Attachment: da12_smartctl_7.3_-x added

comment:2 by Christian Franke, 2 years ago

Keywords: scsi added
Milestone: Release 7.3
Resolution: worksforme
Status: newclosed

Seems to be fixed by some of the recent SCSI/SAS related commits.

Note: See TracTickets for help on using tickets.