Linux

smartctl 硬碟檢查不顯示屬性

  • April 30, 2020

今天我在我的 linux 伺服器上安裝了應用程序 smartmontools,在測試了我的 hardrive (raid1) 之後,他沒有顯示屬性。命令後

smartctl -a /dev/nvme0n1 

,我得到的結果沒有關於硬碟的屬性:

=== START OF INFORMATION SECTION ===
Model Number:                       SAMSUNG MZQLB960HAJR-00007
Serial Number:                      S437NE0M802932
Firmware Version:                   EDA5202Q
PCI Vendor/Subsystem ID:            0x144d
IEEE OUI Identifier:                0x002538
Total NVM Capacity:                 960,197,124,096 [960 GB]
Unallocated NVM Capacity:           0
Controller ID:                      4
Number of Namespaces:               1
Namespace 1 Size/Capacity:          960,197,124,096 [960 GB]
Namespace 1 Utilization:            194,981,310,464 [194 GB]
Namespace 1 Formatted LBA Size:     512
Local Time is:                      Thu Mar 26 15:08:55 2020 CET
Firmware Updates (0x17):            3 Slots, Slot 1 R/O, no Reset required
Optional Admin Commands (0x000f):   Security Format Frmw_DL NS_Mngmt
Optional NVM Commands (0x001f):     Comp Wr_Unc DS_Mngmt Wr_Zero Sav/Sel_Feat
Maximum Data Transfer Size:         512 Pages
Warning  Comp. Temp. Threshold:     87 Celsius
Critical Comp. Temp. Threshold:     88 Celsius
Namespace 1 Features (0x02):        NA_Fields

Supported Power States
St Op     Max   Active     Idle   RL RT WL WT  Ent_Lat  Ex_Lat
0 +    10.60W       -        -    0  0  0  0        0       0

Supported LBA Sizes (NSID 0x1)
Id Fmt  Data  Metadt  Rel_Perf
0 +     512       0         0
1 -    4096       0         0

=== START OF SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED

SMART/Health Information (NVMe Log 0x02, NSID 0x1)
Critical Warning:                   0x00
Temperature:                        43 Celsius
Available Spare:                    100%
Available Spare Threshold:          10%
Percentage Used:                    0%
Data Units Read:                    11,731,065 [6.00 TB]
Data Units Written:                 5,120,885 [2.62 TB]
Host Read Commands:                 2,507,634,522
Host Write Commands:                57,970,936
Controller Busy Time:               434
Power Cycles:                       47
Power On Hours:                     3,520
Unsafe Shutdowns:                   3
Media and Data Integrity Errors:    0
Error Information Log Entries:      1
Warning  Comp. Temperature Time:    0
Critical Comp. Temperature Time:    0
Temperature Sensor 1:               43 Celsius
Temperature Sensor 2:               47 Celsius
Temperature Sensor 3:               55 Celsius

Error Information (NVMe Log 0x01, max 64 entries)
No Errors Logged

我該怎麼辦,還是製造商的原因?

對於任何幫助,我很感激。

親切的問候

黑鬍子

所有響應均由製造商確定。他們必須提供某些參數以保持 SMART 合規性,並且他們可能會提供其他功能,據了解,SmartCtl 工具開發人員將添加到他們的應用程序中。

製造商甚至不必為他們提供的所有數字範圍說明他們使用的比例尺。該工具中的一些數據是通過觀察數字如何變化以及為什麼變化而隨著時間的推移而獲得的。

引用自:https://serverfault.com/questions/1008524