Page 1 of 1

Show your SSD SMART attributes

Posted: Tue Jun 22, 2021 4:32 am
by mistfire

Hello I currently developing a simple script to detect if the disk drives was in poor shape by reading SMART data using smartmontools.

The HDD has no problem because the SMART attributes was almost standardized. However when it comes to SSD, it's a different story. SSD SMART attributes was not standardized. So I need some vast amount data.

In order to help me, just simply post the smart attributes of your SSD drive here. Use smartmontools to get SMART attributes.


Re: Show your SSD SMART attributes

Posted: Tue Jun 22, 2021 5:15 am
by perdido

Glad to help. Here are two, identifying info in the text files.
Samsung 1TB
Xcel 128GB


Re: Show your SSD SMART attributes

Posted: Tue Jun 22, 2021 6:20 pm
by festus

Here is the smartmontools output for my crucial_mx500 internal ssd.

Hope this is helpful

bliss, festus


Re: Show your SSD SMART attributes

Posted: Tue Jun 22, 2021 7:16 pm
by backi

Here is the Gsmartcontrol output for my Intenso SSD Sata III 128 gb

Intenso SSD Sata III 128GB.txt
(8.82 KiB) Downloaded 73 times

Re: Show your SSD SMART attributes

Posted: Tue Jul 13, 2021 7:22 pm
by Jafadmin

Item level 168
+36 Strength
+36 Intellect
+55 Stamina
+37 Critical Strike
+67 Mastery

Durability 45/50

I hope this helps ..


Re: Show your SSD SMART attributes

Posted: Wed Jul 14, 2021 5:51 pm
by puppy_apprentice

From Hard Disk Sentinel:

Code: Select all

HDD Device  0: /dev/sda
HDD Model ID : Patriot Burst
HDD Serial No: B5950791043400067616
HDD Revision : SBFM91.3
HDD Size     : 114473 MB
Interface    : S-ATA Gen3, 6 Gbps
Temperature  : 33 °C
Highest Temp.: 33 °C
Health       : 100 %
Performance  : 100 %
Power on time: 57 days, 14 hours
Est. lifetime: more than 1000 days
Total written: 56 GB
  The status of the solid state disk is PERFECT. Problematic or weak sectors were not found. 
  The health is determined by SSD specific S.M.A.R.T. attribute(s):  #231 SSD Life Remaining
    No actions needed.

Code: Select all

   S.M.A.R.T.
   ------------
No.  Attribute                Thre.. Value  Worst  Data                Status                   Flags                                                  
1    Raw Read Error Rate      50     100    100    000000000000        OK                       Error-Rate, Statistical, Critical                      
9    Power On Time Count      0      100    100    000000000566        OK (Always passing)      Event Count, Statistical                               
12   Drive Power Cycle Count  0      100    100    000000000167        OK (Always passing)      Event Count, Statistical                               
168  SATA PHY Error Count     0      100    100    000000000000        OK (Always passing)      Event Count, Statistical                               
170  Reserved Block Count     0      93     93     0000000000AC        OK (Always passing)      Statistical, Critical                                  
173  Wear Leveling Count (t.. 0      100    100    000000010002        OK (Always passing)      Event Count, Statistical                               
192  Unexpected Power Loss .. 0      100    100    00000000001A        OK (Always passing)      Event Count, Statistical                               
194  Disk Temperature         0      67     67     002100210021        OK (Always passing)      Self Preserving, Statistical, Critical                 
218  FlashROM ECC correctio.. 50     100    100    000000000000        OK                       Error-Rate, Statistical, Critical                      
231  SSD Life Remaining       0      100    100    000000000063        OK (Always passing)      Event Count, Statistical, Critical                     
241  Lifetime Writes (GBytes) 0      100    100    000000000038        OK (Always passing)      Event Count, Statistical

Re: Show your SSD SMART attributes

Posted: Thu Jul 22, 2021 12:48 am
by Clarity

Yes!

The smartmontools package contains two utility programs (smartctl and smartd) to control and monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (SMART) built into most modern ATA/SATA, SCSI/SAS and NVMe disks. In many cases, these utilities will provide advanced warning of disk degradation and failure. Smartmontools was originally derived from the Linux ​smartsuite package and actually supports ATA/SATA, SCSI/SAS and NVMe disks and also SCSI/SAS tape devices. It should run on any modern Linux, FreeBSD, NetBSD, OpenBSD, Darwin (macOS), Solaris, Windows, Cygwin, OS/2, eComStation or QNX system. Smartmontools can also be run from one of many different Live CDs/DVDs.

Is there a tool like GSmartControl available in Puppyland?


Re: Show your SSD SMART attributes

Posted: Fri Sep 03, 2021 9:01 am
by backi

@Clarity asked:

Is there a tool like GSmartControl available in Puppyland?

Should be in Puppy-Packet-Manager.


Re: Show your SSD SMART attributes

Posted: Thu Apr 21, 2022 12:14 am
by wizard

@mistfire

Did you ever finish your script? I have a rough one working. viewtopic.php?t=5796

Thanks
wizard

smartchkssd.png
smartchkssd.png (19.6 KiB) Viewed 1438 times