PDA

View Full Version : Aiuto per interpretare stato SSD


khael
26-10-2013, 22:08
Buonasera,
sono andato a controllare i valori di un server che usa un ssd...
E mi sono trovato davanti questo:
mi aiutate?
[root@centos ~]# smartctl -data -A /dev/sda
smartctl 5.43 2012-06-30 r3573 [x86_64-linux-2.6.32-279.11.1.el6.x86_64] (local build)
Copyright (C) 2002-12 by Bruce Allen, http://smartmontools.sourceforge.net

=== START OF READ SMART DATA SECTION ===
SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
1 Raw_Read_Error_Rate 0x002f 100 100 050 Pre-fail Always - 0
5 Reallocated_Sector_Ct 0x0033 100 100 010 Pre-fail Always - 0
9 Power_On_Hours 0x0032 100 100 001 Old_age Always - 8881
12 Power_Cycle_Count 0x0032 100 100 001 Old_age Always - 9
170 Grown_Failing_Block_Ct 0x0033 100 100 010 Pre-fail Always - 0
171 Program_Fail_Count 0x0032 100 100 001 Old_age Always - 0
172 Erase_Fail_Count 0x0032 100 100 001 Old_age Always - 0
173 Wear_Levelling_Count 0x0033 100 100 010 Pre-fail Always - 3
174 Unexpect_Power_Loss_Ct 0x0032 100 100 001 Old_age Always - 2
181 Non4k_Aligned_Access 0x0022 100 100 001 Old_age Always - 0 0 0
183 SATA_Iface_Downshift 0x0032 100 100 001 Old_age Always - 0
184 End-to-End_Error 0x0033 100 100 050 Pre-fail Always - 0
187 Reported_Uncorrect 0x0032 100 100 001 Old_age Always - 0
188 Command_Timeout 0x0032 100 100 001 Old_age Always - 0
189 Factory_Bad_Block_Ct 0x000e 100 100 001 Old_age Always - 94
194 Temperature_Celsius 0x0022 100 100 000 Old_age Always - 0
195 Hardware_ECC_Recovered 0x003a 100 100 001 Old_age Always - 0
196 Reallocated_Event_Count 0x0032 100 100 001 Old_age Always - 0
197 Current_Pending_Sector 0x0032 100 100 001 Old_age Always - 0
198 Offline_Uncorrectable 0x0030 100 100 001 Old_age Offline - 0
199 UDMA_CRC_Error_Count 0x0032 100 100 001 Old_age Always - 0
202 Perc_Rated_Life_Used 0x0018 100 100 001 Old_age Offline - 0
206 Write_Error_Rate 0x000e 100 100 001 Old_age Always - 0

[root@centos ~]#

Gimli[2BV!2B]
27-10-2013, 02:43
La voce solitamente più interessante in dischi Crucial è Perc_Rated_Life_Used: normalizza il wear leveling (e forse altri valori) fornendo una stima percentuale della "vita" del disco utilizzata.
Nel tuo caso è ancora a zero202 Perc_Rated_Life_Used 0x0018 100 100 001 Old_age Offline - 0Ci si dovrebbe preoccupare quando raggiunge l'80%. Alcune marche fanno scattare uno S.M.A.R.T. failure al raggiungimento dell'88%.

Altro valore interessante è Wear_Levelling_Count. In questo caso dovrebbe misurare il numero di cicli di wear leveling eseguiti dal chip. A seconda del modello di SSD il valore massimo dovrebbe essere superiore a 1000 (purtroppo non ho trovato dati in specifiche di SSD quindi sono costretto a rimanere sul vago).

Altre marche hanno voci simili, come il Media Wearout Indicator Intel, che è normalizzato a 100 e viene visualizzato come un countdown da 100 (nuovo) a 0 (esauriti i cicli garantiti da specifiche).

khael
27-10-2013, 15:10
grazie per l'aiuto :)
quel pre-fail mi ha messo in allarme!