[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Linux-31] Durée de vie SSD (smart)...
- To: Linux 31 <linux-31@culte.org>
- Subject: [Linux-31] Durée de vie SSD (smart)...
- From: Jean-Marc Mongrelet <jm.mongt@gmail.com>
- Date: Sun, 03 Nov 2019 18:33:55 +0100
- Authentication-results: pic2s.le-pic.org; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="kzfgcEJh"; dkim-atps=neutral
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:content-transfer-encoding:date:from:to:subject :message-id:user-agent; bh=q9z3Cv5L63K8AHtb3xhEka+ZUZetqQpcDsgjxRQkIkM=; b=kzfgcEJhA+1hAxZTn4a84Mfw3Ba70UQXCAIxaRtMUU0dvgsoDObfr9p+MIOjVQaCVq z/zAAjnE8CreBgDTuDUVZoIrAJxm7Rn2sWaYcFX0IwPXzwzPgsMkpWlkglcYEFn2jBgw VN8YDyhevvg9nezrUz0pJdqPExYF3hopTdNXu8yOnfn8BPSyjX4xLbY4sDrfjsgrLe+v BopcAfmeYjHeYaDa56LTpoS89ykdxZJkewYHEHvx+nvTt9QBibNQFToLMGdkof3Z1iMH vpEKFHdyUZ1Umv7jrVPZDorN+5Y5qyedBlUT9qHMoc980X3aGKoAH6VF8VCmkG/WANFL vI1w==
- User-agent: Roundcube Webmail/1.3.9
Bonsoir,
J'ai trouvé un site qui me donne la formule pour calculer la durée de
vie d'un SSD à partir de la technologie smart:
https://www.pcastuces.com/pratique/materiel/duree_vie_ssd/page3.htm
La formule:
durée de vie restante de votre SSD : Nombre d'heures d'utilisation /
Nombre de niveau d'usure * Nombre de cycles de la mémoire
Si on la traduit:
durée de vie restante de votre SSD : Power_On_Hours /
Wear_Leveling_Count * Power_Cycle_Count
Dites-moi si là je me trompe...
Chez moi le smart dit ça:
$ sudo smartctl -s on -a /dev/sda
smartctl 6.6 2016-05-31 r4324 [x86_64-linux-4.15.0-66-generic] (local
build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke,
www.smartmontools.org
...
...
...
SMART Attributes Data Structure revision number: 1
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE
UPDATED WHEN_FAILED RAW_VALUE
5 Reallocated_Sector_Ct 0x0033 100 100 010 Pre-fail Always
- 0
9 Power_On_Hours 0x0032 099 099 000 Old_age Always
- 44
12 Power_Cycle_Count 0x0032 099 099 000 Old_age Always
- 9
177 Wear_Leveling_Count 0x0013 100 100 000 Pre-fail Always
- 0
179 Used_Rsvd_Blk_Cnt_Tot 0x0013 100 100 010 Pre-fail Always
- 0
181 Program_Fail_Cnt_Total 0x0032 100 100 010 Old_age Always
- 0
182 Erase_Fail_Count_Total 0x0032 100 100 010 Old_age Always
- 0
183 Runtime_Bad_Block 0x0013 100 100 010 Pre-fail Always
- 0
187 Reported_Uncorrect 0x0032 100 100 000 Old_age Always
- 0
190 Airflow_Temperature_Cel 0x0032 066 053 000 Old_age Always
- 34
195 Hardware_ECC_Recovered 0x001a 200 200 000 Old_age Always
- 0
199 UDMA_CRC_Error_Count 0x003e 100 100 000 Old_age Always
- 0
235 Unknown_Attribute 0x0012 099 099 000 Old_age Always
- 3
241 Total_LBAs_Written 0x0032 099 099 000 Old_age Always
- 1501590815
...
...
...
Hors dans ma formule:
durée de vie restante de votre SSD : Power_On_Hours /
Wear_Leveling_Count * Power_Cycle_Count
Power_On_Hours = 44
Wear_Leveling_Count = 0
Power_Cycle_Count = 9
Ce qui donne:
durée de vie restante de votre SSD = 44 / 0 * 9
Ce qui est donc impossible!
Elle est où l'erreur ?
JM ;-)