Pages : 1
#1 Le 03/11/2018, à 13:43
- slash-z
smart ID 1 et 7 douteux sur HDD neuf
Salut,
J'ai très peu d'expérience des données smart, alors je fais humblement appel aux experts.
J'ai acheté récemment deux disques durs internes:
1 WD Blue 3''5 de 4 To il y a une semaine
1 Seagate Ironwolf 3''5 de 4 To reçu hier.
Les deux disques sont formatés en ext4, le WD contient déjà un peu moins de 2 To de données et le seagate est encore vierge.
Les deux disques sont installés (provisoirement) dans le même boîtier USB:branché sur un port USB2 de ma petite Asus tinkerboard S. (à noter que ce boîtier utilise le protocole UASP
A terme, ils seront dans 2 boitiers différents sur deux machines différentes.
J'ai lancé un test long sur les deux disques hier (sudo smartctl -t long /dev/sdX) vers 16h00 et j'ai laissé le tout tourner jusqu'à ce matin 11h00 où j'ai lancé les deux commandes suivantes sur chaque disque:
sudo smartctl -l selftest /dev/sdX
Sur le WD j'obtiens la sortie suivante:
linaro@tinkerboard:~$ sudo smartctl -l selftest /dev/sda
smartctl 6.6 2016-05-31 r4324 [armv7l-linux-4.4.103+] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF READ SMART DATA SECTION ===
Read SMART Self-test Log failed: scsi error aborted command
linaro@tinkerboard:~$
--> Problème lié au protocole UASP ?
Alors que sur le Seagate j'obtiens la sortie suivante:
linaro@tinkerboard:~$ sudo smartctl -l selftest /dev/sdb
smartctl 6.6 2016-05-31 r4324 [armv7l-linux-4.4.103+] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF READ SMART DATA SECTION ===
SMART Self-test log structure revision number 1
Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error
# 1 Extended offline Completed without error 00% 8 -
# 2 Short offline Completed without error 00% 0 -
linaro@tinkerboard:~$
puis
sudo smartctl -s on -a /dev/sdX
Sur le WD j'obtiens la sortie suivante:
linaro@tinkerboard:~$ sudo smartctl -s on -a /dev/sda
smartctl 6.6 2016-05-31 r4324 [armv7l-linux-4.4.103+] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
Model Family: Western Digital Blue
Device Model: WDC WD40EZRZ-00GXCB0
Serial Number: WD-WCC7K0RLK8E0
Firmware Version: 80103060
User Capacity: 4 000 787 030 016 bytes [4,00 TB]
Sector Size: 512 bytes logical/physical
Device is: In smartctl database [for details use: -P show]
ATA Version is: ATA/ATAPI-7 (minor revision not indicated)
Local Time is: Sat Nov 3 10:58:55 2018 CET
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
=== START OF ENABLE/DISABLE COMMANDS SECTION ===
SMART Enabled.
=== START OF READ SMART DATA SECTION ===
SMART Status not supported: Incomplete response, ATA output registers missing
SMART overall-health self-assessment test result: PASSED
Warning: This result is based on an Attribute check.
General SMART Values:
Offline data collection status: (0x80) Offline data collection activity
was never started.
Auto Offline Data Collection: Enabled.
Self-test execution status: ( 0) The previous self-test routine completed
without error or no self-test has ever
been run.
Total time to complete Offline
data collection: (45180) seconds.
Offline data collection
capabilities: (0x7b) SMART execute Offline immediate.
Auto Offline data collection on/off support.
Suspend Offline collection upon new
command.
Offline surface scan supported.
Self-test supported.
Conveyance Self-test supported.
Selective Self-test supported.
SMART capabilities: (0x0003) Saves SMART data before entering
power-saving mode.
Supports SMART auto save timer.
Error logging capability: (0x01) Error logging supported.
No General Purpose Logging support.
Short self-test routine
recommended polling time: ( 2) minutes.
Extended self-test routine
recommended polling time: ( 480) minutes.
Conveyance self-test routine
recommended polling time: ( 5) minutes.
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 200 200 051 Pre-fail Always - 0
3 Spin_Up_Time 0x0027 166 165 021 Pre-fail Always - 6683
4 Start_Stop_Count 0x0032 100 100 000 Old_age Always - 39
5 Reallocated_Sector_Ct 0x0033 200 200 140 Pre-fail Always - 0
7 Seek_Error_Rate 0x002e 200 200 000 Old_age Always - 0
9 Power_On_Hours 0x0032 100 100 000 Old_age Always - 112
10 Spin_Retry_Count 0x0032 100 253 000 Old_age Always - 0
11 Calibration_Retry_Count 0x0032 100 253 000 Old_age Always - 0
12 Power_Cycle_Count 0x0032 100 100 000 Old_age Always - 34
192 Power-Off_Retract_Count 0x0032 200 200 000 Old_age Always - 14
193 Load_Cycle_Count 0x0032 200 200 000 Old_age Always - 446
194 Temperature_Celsius 0x0022 114 107 000 Old_age Always - 36
196 Reallocated_Event_Count 0x0032 200 200 000 Old_age Always - 0
197 Current_Pending_Sector 0x0032 200 200 000 Old_age Always - 0
198 Offline_Uncorrectable 0x0030 100 253 000 Old_age Offline - 0
199 UDMA_CRC_Error_Count 0x0032 200 200 000 Old_age Always - 0
200 Multi_Zone_Error_Rate 0x0008 100 253 000 Old_age Offline - 0
Read SMART Error Log failed: scsi error aborted command
Read SMART Self-test Log failed: scsi error aborted command
Read SMART Selective Self-test Log failed: scsi error aborted command
linaro@tinkerboard:~$
Sur le Seagate,
linaro@tinkerboard:~$ sudo smartctl -s on -a /dev/sdb
smartctl 6.6 2016-05-31 r4324 [armv7l-linux-4.4.103+] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
Device Model: ST4000VN008-2DR166
Serial Number: ZDH4TD14
LU WWN Device Id: 5 000c50 0b27ee643
Firmware Version: SC60
User Capacity: 4 000 787 030 016 bytes [4,00 TB]
Sector Sizes: 512 bytes logical, 4096 bytes physical
Rotation Rate: 5980 rpm
Form Factor: 3.5 inches
Device is: Not in smartctl database [for details use: -P showall]
ATA Version is: ACS-3 T13/2161-D revision 5
SATA Version is: SATA 3.1, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is: Sat Nov 3 10:57:52 2018 CET
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
=== START OF ENABLE/DISABLE COMMANDS SECTION ===
SMART Enabled.
=== START OF READ SMART DATA SECTION ===
SMART Status not supported: Incomplete response, ATA output registers missing
SMART overall-health self-assessment test result: PASSED
Warning: This result is based on an Attribute check.
General SMART Values:
Offline data collection status: (0x00) Offline data collection activity
was never started.
Auto Offline Data Collection: Disabled.
Self-test execution status: ( 0) The previous self-test routine completed
without error or no self-test has ever
been run.
Total time to complete Offline
data collection: ( 591) seconds.
Offline data collection
capabilities: (0x73) SMART execute Offline immediate.
Auto Offline data collection on/off support.
Suspend Offline collection upon new
command.
No Offline surface scan supported.
Self-test supported.
Conveyance Self-test supported.
Selective Self-test supported.
SMART capabilities: (0x0003) Saves SMART data before entering
power-saving mode.
Supports SMART auto save timer.
Error logging capability: (0x01) Error logging supported.
General Purpose Logging supported.
Short self-test routine
recommended polling time: ( 1) minutes.
Extended self-test routine
recommended polling time: ( 643) minutes.
Conveyance self-test routine
recommended polling time: ( 2) minutes.
SCT capabilities: (0x50bd) SCT Status supported.
SCT Error Recovery Control supported.
SCT Feature Control supported.
SCT Data Table supported.
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 081 066 044 Pre-fail Always - 124547532
3 Spin_Up_Time 0x0003 099 099 000 Pre-fail Always - 0
4 Start_Stop_Count 0x0032 100 100 020 Old_age Always - 2
5 Reallocated_Sector_Ct 0x0033 100 100 010 Pre-fail Always - 0
7 Seek_Error_Rate 0x000f 064 061 045 Pre-fail Always - 2753918
9 Power_On_Hours 0x0032 100 100 000 Old_age Always - 19 (113 35 0)
10 Spin_Retry_Count 0x0013 100 100 097 Pre-fail Always - 0
12 Power_Cycle_Count 0x0032 100 100 020 Old_age Always - 1
184 End-to-End_Error 0x0032 100 100 099 Old_age Always - 0
187 Reported_Uncorrect 0x0032 100 100 000 Old_age Always - 0
188 Command_Timeout 0x0032 100 100 000 Old_age Always - 0
189 High_Fly_Writes 0x003a 100 100 000 Old_age Always - 0
190 Airflow_Temperature_Cel 0x0022 066 054 040 Old_age Always - 34 (Min/Max 21/46)
191 G-Sense_Error_Rate 0x0032 100 100 000 Old_age Always - 0
192 Power-Off_Retract_Count 0x0032 100 100 000 Old_age Always - 2
193 Load_Cycle_Count 0x0032 100 100 000 Old_age Always - 16
194 Temperature_Celsius 0x0022 034 046 000 Old_age Always - 34 (0 21 0 0 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
240 Head_Flying_Hours 0x0000 100 253 000 Old_age Offline - 8 (226 20 0)
241 Total_LBAs_Written 0x0000 100 253 000 Old_age Offline - 124406656
242 Total_LBAs_Read 0x0000 100 253 000 Old_age Offline - 140876
SMART Error Log Version: 1
No Errors Logged
SMART Self-test log structure revision number 1
Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error
# 1 Extended offline Completed without error 00% 8 -
# 2 Short offline Completed without error 00% 0 -
SMART Selective self-test log data structure revision number 1
SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS
1 0 0 Not_testing
2 0 0 Not_testing
3 0 0 Not_testing
4 0 0 Not_testing
5 0 0 Not_testing
Selective self-test flags (0x0):
After scanning selected spans, do NOT read-scan remainder of disk.
If Selective self-test is pending on power-up, resume after 0 minute delay.
linaro@tinkerboard:~$
--> Sur les deux disques: c'est un peu un détail, mais je trouve bizarre ce qu'indique le 192 (Power-Off_Retract_Count). Sachant qu'il était à 0 sur les 2 disques à l'origine. Cela tendrait à dire que le système ne démonte pas proprement les partitions avant extinction ? Qu'en pensez-vous ?
--> Sur le WD, le défaut se sortie du selftest long serait lié au protocole UASP ?
Alors que j'ai bien une sortie sur le Seagate. Bizarre.
--> Sur le WD, je ne vois rien de particulier à signaler, mis à part le 193, sans surprise d'après le sujet sur les WD caviar. (et le 1 et le 7 ne semblent pas utilisés ?)
--> Par contre sur le Seagate, le 1 et le 7 me paraissent anormalement élevés, non ? De plus alors que le WD est toujours resté parfairement silencieux depuis que je l'ai acheté il y a 7 jours, le Seagate me parait assez bruyant par moments alors qu'il est tout neuf.
-------------------------------
Je commence à envisager de faire un retour amazon des deux disques pendant qu'il est encore temps.
Le WD pour le remplacer par un Barracuda (pour mes sauvegardes). Je n'ai plus confiance en WD (données smart trop succintes et peu fiables d'après ce que j'ai entendu dire) et je n'ai pas envie de m'emm*rder avec les pbs de parcage.
L'Ironwolf par un autre Ironwolf à cause des indicateurs 1 et 7 de celui-ci et des bruits (normaux ou pas, j'en sais rien). Où je m'inquiète pour rien ?
(Ironwolf parce qu'il sera sensé rester sous tension quaismment en permanence et qu'il est sensé fait pour ça d'après les specs de Seagate contrairement au barracuda et garanti 3 ans au lieu de 2.)
https://www.seagate.com/www-content/dat … -en_US.pdf
https://www.seagate.com/www-content/dat … -fr_FR.pdf
Hors ligne