Mouais, Seagate est pas vraiment connu pour la fiabilité de ses disques (en fait c’est même carrément l’inverse), perso je ne compte plus les disques Seagate morts que ce soit chez moi ou au boulot. Western Digital est largement plus fiable et la différence de prix n’est pas si importante que ça.
Un autre facteur qui peut jouer sur la longévité de ton disque, c’est sa température (qui est directement dépendante à la fois de l’usage et de l’aération de ta tour). Pour vérifier la température de ton disque, va voir du côté de smartctl et cherche les lignes de température :
[code]# aptitude install smartmontools
smartctl -A /dev/sdb
smartctl 5.41 2011-06-09 r3365 [x86_64-linux-3.2.0-2-amd64] (local build)
Copyright © 2002-11 by Bruce Allen, http://smartmontools.sourceforge.net
=== START OF READ SMART DATA SECTION ===
SMART Attributes Data Structure revision number: 10
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
1 Raw_Read_Error_Rate 0x000f 118 099 006 Pre-fail Always - 180790844
3 Spin_Up_Time 0x0002 094 094 000 Old_age Always - 0
4 Start_Stop_Count 0x0032 100 100 020 Old_age Always - 708
5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-fail Always - 0
7 Seek_Error_Rate 0x000f 070 060 030 Pre-fail Always - 25833282347
9 Power_On_Hours 0x0032 086 086 000 Old_age Always - 13062
10 Spin_Retry_Count 0x0013 100 100 097 Pre-fail Always - 1
12 Power_Cycle_Count 0x0033 100 100 020 Pre-fail Always - 708
184 End-to-End_Error 0x0033 100 100 097 Pre-fail Always - 0
187 Reported_Uncorrect 0x0032 100 100 000 Old_age Always - 0
188 Command_Timeout 0x0032 100 100 000 Old_age Always - 1
189 High_Fly_Writes 0x003a 100 100 000 Old_age Always - 0
190 Airflow_Temperature_Cel 0x0022 063 055 045 Old_age Always - 37 (Min/Max 21/37)
194 Temperature_Celsius 0x0022 037 045 000 Old_age Always - 37 (0 11 0 0)
195 Hardware_ECC_Recovered 0x001a 028 024 000 Old_age Always - 180790844
196 Reallocated_Event_Count 0x0033 100 100 036 Pre-fail Always - 0
197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always - 0
198 Offline_Uncorrectable 0x0010 100 100 000 Old_age Offline - 0
199 UDMA_CRC_Error_Count 0x003e 200 200 000 Old_age Always - 0[/code]
(ici, un disque Seagate justement, dans lequel je n’ai aucune confiance et où je ne stocke rien d’important)