Code: Select all
[root@cn01 hdsentinel]# ./HDSentinel -verbose
Hard Disk Sentinel for LINUX console 0.20c-x64.10851 (c) 2024 info@hdsentinel.com
Start with -r [reportfile] to save data to report, -h for help
Examining hard disk configuration ...
Disk device: /dev/sda
HDD Device 0: /dev/sda
HDD Model ID : DELLBOSS VD
HDD Serial No: 1xxxxxxxxxxx0
HDD Revision : MV.R00-0
HDD Size : 228873 MB
Interface : S-ATA Gen3, 6 Gbps
Temperature : Unknown °C
Highest Temp.: Unknown °C
Health : Unknown %
Performance : Unknown %
Power on time:
Est. lifetime:
- This card uses "Marvell Technology Group Ltd. 88SE9230 PCIe SATA 6Gb/s Controller (rev 11)" controller (in accordance with "lspci")
- The tool from Marvell (google "marvell technology group ltd. 88se9230 read SMART" and see the stackexchange result) is able to read at least some minimal data (hardly useful at all, to be honest):
Code: Select all
> smart -p 0 SMART STATUS RETURN: NotOK. Smart Info ID Attribute Name RawValue 01 Read Error Rate 000000000000 05 Reallocated Sectors 000000000000 09 Power-On Hours Count 00000000D368 0C Power Cycle Count 00000000002A B3 Used Reserved Blocks(Total) 000000000000 B4 Unused Reserved Block 00000000122C B5 Program Fail Count (Total) 000000000000 B6 Erase Fail Count (Total) 000000000000 C2 SSD Temperature 000000000029 C3 ECC Error Rate 000000000000 C6 Uncorrectable Sector Count 000000000000 C7 CRC Error Count 000000000000 > smart -p 1 SMART STATUS RETURN: OK. Smart Info ID Attribute Name RawValue 01 Read Error Rate 000000000000 05 Reallocated Sectors 000000000000 09 Power-On Hours Count 00000000D6C5 0C Power Cycle Count 00000000002A B3 Used Reserved Blocks(Total) 000000000000 B4 Unused Reserved Block 00000000122C B5 Program Fail Count (Total) 000000000000 B6 Erase Fail Count (Total) 000000000000 C2 SSD Temperature 000000000028 C3 ECC Error Rate 000000000000 C6 Uncorrectable Sector Count 000000000000 C7 CRC Error Count 000000000000