SMART-Werte auslesen und interpretieren

ctrlaltdelete

Benutzer
Contributor
Sehr erfahren
Maintainer
Mitglied seit
30. Dez 2012
Beiträge
14.654
Punkte für Reaktionen
6.462
Punkte
569
Da ich ja jetzt auch Seagate HDDs habe, nutze ich folgenden Eintrag im Aufgabenplaner, der rechnet die Werte direkt um:
smartctl -iA -v 1,raw48:54 -v 7,raw48:54 /dev/sata1
 

Benie

Benutzer
Contributor
Sehr erfahren
Mitglied seit
19. Feb 2014
Beiträge
9.420
Punkte für Reaktionen
4.139
Punkte
389
Wie schaut die Ausgabe dann aus?
Poster doch bitte mal einen Screenshot davon.

Sollte man dem Thread SMART Werte auslesen hinzuzufügen. Kann das auch ein anderer Maintainer oder nur Patrick? Als Ersteller?
 

ctrlaltdelete

Benutzer
Contributor
Sehr erfahren
Maintainer
Mitglied seit
30. Dez 2012
Beiträge
14.654
Punkte für Reaktionen
6.462
Punkte
569
Das kann nur der Ersteller, wieso?
Edit: Ah, jetzt, ja, weil @plang.pl Pause macht, ich frage mal die Mods
Code:
smartctl -iA -v 1,raw48:54 -v 7,raw48:54 /dev/sata1

=== START OF INFORMATION SECTION ===
Device Model:     ST12000NM0127
Serial Number:    ZJV3VQG9
LU WWN Device Id: 5 000c50 0b4d0b20c
Firmware Version: G006
User Capacity:    12,000,138,625,024 bytes [12.0 TB]
Sector Sizes:     512 bytes logical, 4096 bytes physical
Rotation Rate:    7200 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:    Fri Nov 15 14:58:06 2024 CET
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

=== 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   074   064   044    Pre-fail  Always       -       0
  3 Spin_Up_Time                                                     0x0003   090   090   000    Pre-fail  Always       -       0
  4 Start_Stop_Count                                                 0x0032   100   100   020    Old_age   Always       -       28
  5 Reallocated_Sector_Ct                                            0x0033   100   100   010    Pre-fail  Always       -       0
  7 Seek_Error_Rate                                                  0x000f   074   060   045    Pre-fail  Always       -       0
  9 Power_On_Hours                                                   0x0032   100   100   000    Old_age   Always       -       406
 10 Spin_Retry_Count                                                 0x0013   100   100   097    Pre-fail  Always       -       0
 12 Power_Cycle_Count                                                0x0032   100   100   020    Old_age   Always       -       2
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
190 Airflow_Temperature_Cel                                          0x0022   064   061   040    Old_age   Always       -       36 (Min/Max 31/37)
192 Power-Off_Retract_Count                                          0x0032   100   100   000    Old_age   Always       -       10
193 Load_Cycle_Count                                                 0x0032   100   100   000    Old_age   Always       -       41
194 Temperature_Celsius                                              0x0022   036   040   000    Old_age   Always       -       36 (0 21 0 0 0)
195 Hardware_ECC_Recovered                                           0x001a   007   005   000    Old_age   Always       -       22873769
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
200 Multi_Zone_Error_Rate                                            0x0023   100   100   001    Pre-fail  Always       -       0
240 Head_Flying_Hours                                                0x0000   100   253   000    Old_age   Offline      -       390 (162 138 0)
241 Total_LBAs_Written                                               0x0000   100   253   000    Old_age   Offline      -       10669145319
242 Total_LBAs_Read                                                  0x0000   100   253   000    Old_age   Offline      -       37792749252

smartctl 6.5 (build date Sep 26 2022) [x86_64-linux-4.4.302+] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org
Edit: Ziemlich cool oder?
 
Zuletzt bearbeitet:
  • Love
  • Like
Reaktionen: dil88 und Benie

Benie

Benutzer
Contributor
Sehr erfahren
Mitglied seit
19. Feb 2014
Beiträge
9.420
Punkte für Reaktionen
4.139
Punkte
389
Schaut gut aus 👍

Weil ich das gut fände, weil so auf Dauer bei den Posts der SMART Werte vielleicht nicht mehr umgerechnet werden müssten, da die Leute das gleich selbst umsetzen können.
 

ctrlaltdelete

Benutzer
Contributor
Sehr erfahren
Maintainer
Mitglied seit
30. Dez 2012
Beiträge
14.654
Punkte für Reaktionen
6.462
Punkte
569
Habe es bei den Mods angefragt, per Melden Funktion, mal sehen ob es klappt.
 
  • Like
Reaktionen: Benie

ctrlaltdelete

Benutzer
Contributor
Sehr erfahren
Maintainer
Mitglied seit
30. Dez 2012
Beiträge
14.654
Punkte für Reaktionen
6.462
Punkte
569
Habe ID195 auch noch mit reingenommen und es im Startpost ergänzt!
Befehl für Seagate HDDs mit automatischer Umrechnung ID: 1/7/195
Code:
smartctl -iA -v 1,raw48:54 -v 7,raw48:54 -v 195,raw48:54 /dev/sata1
Code:
=== START OF INFORMATION SECTION ===
Device Model:     ST12000NM0127
Serial Number:    ZJV3VQG9
LU WWN Device Id: 5 000c50 0b4d0b20c
Firmware Version: G006
User Capacity:    12,000,138,625,024 bytes [12.0 TB]
Sector Sizes:     512 bytes logical, 4096 bytes physical
Rotation Rate:    7200 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 16 09:47:41 2024 CET
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

=== 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   082   064   044    Pre-fail  Always       -       0
  3 Spin_Up_Time                                                     0x0003   090   090   000    Pre-fail  Always       -       0
  4 Start_Stop_Count                                                 0x0032   100   100   020    Old_age   Always       -       28
  5 Reallocated_Sector_Ct                                            0x0033   100   100   010    Pre-fail  Always       -       0
  7 Seek_Error_Rate                                                  0x000f   075   060   045    Pre-fail  Always       -       0
  9 Power_On_Hours                                                   0x0032   100   100   000    Old_age   Always       -       425
 10 Spin_Retry_Count                                                 0x0013   100   100   097    Pre-fail  Always       -       0
 12 Power_Cycle_Count                                                0x0032   100   100   020    Old_age   Always       -       2
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
190 Airflow_Temperature_Cel                                          0x0022   064   061   040    Old_age   Always       -       36 (Min/Max 31/37)
192 Power-Off_Retract_Count                                          0x0032   100   100   000    Old_age   Always       -       10
193 Load_Cycle_Count                                                 0x0032   100   100   000    Old_age   Always       -       41
194 Temperature_Celsius                                              0x0022   036   040   000    Old_age   Always       -       36 (0 21 0 0 0)
195 Hardware_ECC_Recovered                                           0x001a   007   005   000    Old_age   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
200 Multi_Zone_Error_Rate                                            0x0023   100   100   001    Pre-fail  Always       -       0
240 Head_Flying_Hours                                                0x0000   100   253   000    Old_age   Offline      -       408 (28 81 0)
241 Total_LBAs_Written                                               0x0000   100   253   000    Old_age   Offline      -       10738990286
242 Total_LBAs_Read                                                  0x0000   100   253   000    Old_age   Offline      -       42266817196

smartctl 6.5 (build date Sep 26 2022) [x86_64-linux-4.4.302+] (local build)
 

ElaCorp

Benutzer
Mitglied seit
12. Mai 2015
Beiträge
879
Punkte für Reaktionen
73
Punkte
48
Ich hab gemerkt, dass man die Egrebnisse toll bei ChatGPT reinladen kann. Der erklärt einem die einzelnen AUffälligkeiten. Udn wenn man das Monate danahc nochmal macht, Sagt er auch was zum verlauf. Super Genial. !!
 

killing joke

Benutzer
Mitglied seit
05. Jan 2025
Beiträge
16
Punkte für Reaktionen
5
Punkte
3
Moin zusammen,
ich bin neu hier und mir wurde empfohlen meine SMART-Werte hier einmal zu posten, da meine Toshiba Festplatten (meiner Meinung nach) komisch "stampfen".
Vorsichtshalber auch von den M2-Platten ganz unten...
Den ID 200 kann ich nicht auslesen, da nicht mit aufgelistet. Weder per ssh-Befehl in der angegebenen Anleitung, noch per E-Mail-Versand.

Code:
smartctl 6.5 (build date Sep 26 2022) [x86_64-linux-4.4.302+] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Family:     MG07ACA
Device Model:     TOSHIBA MG07ACA14TE
Serial Number:    14B0B0BFUBWG
LU WWN Device Id: 5 000039 d09400ff8
Firmware Version: 4305
User Capacity:    14,000,519,643,136 bytes [14.0 TB]
Sector Sizes:     512 bytes logical, 4096 bytes physical
Rotation Rate:    7200 rpm
Form Factor:      3.5 inches
Device is:        In smartctl database [for details use: -P show]
ATA Version is:   ACS-3 T13/2161-D revision 5
SATA Version is:  SATA >3.2 (0x1ff), 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is:    Fri Jan 10 18:00:54 2025 CET
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

=== 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 Read_error_rate                                                  0x000b   100   100   050    Pre-fail  Always       -       0
  2 Throughput_performance                                           0x0005   100   100   050    Pre-fail  Offline      -       0
  3 Spin_up_time                                                     0x0027   100   100   001    Pre-fail  Always       -       7981
  4 Start/Stop_count                                                 0x0032   100   100   000    Old_age   Always       -       5
  5 Reallocated_sector_count                                         0x0033   100   100   010    Pre-fail  Always       -       0
  7 Seek_error_rate                                                  0x000b   100   100   050    Pre-fail  Always       -       0
  8 Seek_time_performance                                            0x0005   100   100   050    Pre-fail  Offline      -       0
  9 Power-on_hours_count                                             0x0032   100   100   000    Old_age   Always       -       34
 10 Spin_retry_count                                                 0x0033   100   100   030    Pre-fail  Always       -       0
 12 Drive_power_cycle_count                                          0x0032   100   100   000    Old_age   Always       -       5
 23 He_condition-1_(the_fall_direction)                              0x0023   100   100   075    Pre-fail  Always       -       0
 24 He_condition-2_(the_rise_direction)                              0x0023   100   100   075    Pre-fail  Always       -       0
191 Shock_sense_count                                                0x0032   100   100   000    Old_age   Always       -       2
192 Power-off_retract_count                                          0x0032   100   100   000    Old_age   Always       -       1
193 Load/Unload_cycle_count                                          0x0032   100   100   000    Old_age   Always       -       5
194 Temperature                                                      0x0022   100   100   000    Old_age   Always       -       26 (Min/Max 15/31)
196 Reallocated_sector_event_count                                   0x0032   100   100   000    Old_age   Always       -       0
197 Current_pending_sector_count                                     0x0032   100   100   000    Old_age   Always       -       0
198 Offline_scan_uncorrectable_sector_count                          0x0030   100   100   000    Old_age   Offline      -       0
199 CRC_error_count                                                  0x0032   200   200   000    Old_age   Always       -       0
220 Disk_Shift                                                       0x0002   100   100   000    Old_age   Always       -       1310722
222 Loaded_hours                                                     0x0032   100   100   000    Old_age   Always       -       34
223 Load_retry_count                                                 0x0032   100   100   000    Old_age   Always       -       0
224 Load_friction                                                    0x0022   100   100   000    Old_age   Always       -       0
226 Load_in_time                                                     0x0026   100   100   000    Old_age   Always       -       597
240 DST_write_head_test_failure                                      0x0001   100   100   001    Pre-fail  Offline      -       0

smartctl 6.5 (build date Sep 26 2022) [x86_64-linux-4.4.302+] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Family:     MG07ACA
Device Model:     TOSHIBA MG07ACA14TE
Serial Number:    14B0B0BKUBWG
LU WWN Device Id: 5 000039 d09400ffc
Firmware Version: 4305
User Capacity:    14,000,519,643,136 bytes [14.0 TB]
Sector Sizes:     512 bytes logical, 4096 bytes physical
Rotation Rate:    7200 rpm
Form Factor:      3.5 inches
Device is:        In smartctl database [for details use: -P show]
ATA Version is:   ACS-3 T13/2161-D revision 5
SATA Version is:  SATA >3.2 (0x1ff), 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is:    Fri Jan 10 18:00:54 2025 CET
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

=== 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 Read_error_rate                                                  0x000b   100   100   050    Pre-fail  Always       -       0
  2 Throughput_performance                                           0x0005   100   100   050    Pre-fail  Offline      -       0
  3 Spin_up_time                                                     0x0027   100   100   001    Pre-fail  Always       -       8062
  4 Start/Stop_count                                                 0x0032   100   100   000    Old_age   Always       -       5
  5 Reallocated_sector_count                                         0x0033   100   100   010    Pre-fail  Always       -       0
  7 Seek_error_rate                                                  0x000b   100   100   050    Pre-fail  Always       -       0
  8 Seek_time_performance                                            0x0005   100   100   050    Pre-fail  Offline      -       0
  9 Power-on_hours_count                                             0x0032   100   100   000    Old_age   Always       -       34
 10 Spin_retry_count                                                 0x0033   100   100   030    Pre-fail  Always       -       0
 12 Drive_power_cycle_count                                          0x0032   100   100   000    Old_age   Always       -       5
 23 He_condition-1_(the_fall_direction)                              0x0023   100   100   075    Pre-fail  Always       -       0
 24 He_condition-2_(the_rise_direction)                              0x0023   100   100   075    Pre-fail  Always       -       0
191 Shock_sense_count                                                0x0032   100   100   000    Old_age   Always       -       2
192 Power-off_retract_count                                          0x0032   100   100   000    Old_age   Always       -       1
193 Load/Unload_cycle_count                                          0x0032   100   100   000    Old_age   Always       -       5
194 Temperature                                                      0x0022   100   100   000    Old_age   Always       -       28 (Min/Max 12/34)
196 Reallocated_sector_event_count                                   0x0032   100   100   000    Old_age   Always       -       0
197 Current_pending_sector_count                                     0x0032   100   100   000    Old_age   Always       -       0
198 Offline_scan_uncorrectable_sector_count                          0x0030   100   100   000    Old_age   Offline      -       0
199 CRC_error_count                                                  0x0032   200   200   000    Old_age   Always       -       0
220 Disk_Shift                                                       0x0002   100   100   000    Old_age   Always       -       1179648
222 Loaded_hours                                                     0x0032   100   100   000    Old_age   Always       -       34
223 Load_retry_count                                                 0x0032   100   100   000    Old_age   Always       -       0
224 Load_friction                                                    0x0022   100   100   000    Old_age   Always       -       0
226 Load_in_time                                                     0x0026   100   100   000    Old_age   Always       -       592
240 DST_write_head_test_failure                                      0x0001   100   100   001    Pre-fail  Offline      -       0

smartctl 6.5 (build date Sep 26 2022) [x86_64-linux-4.4.302+] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Family:     MG07ACA
Device Model:     TOSHIBA MG07ACA14TE
Serial Number:    14B0B0C7UBWG
LU WWN Device Id: 5 000039 d09401012
Firmware Version: 4305
User Capacity:    14,000,519,643,136 bytes [14.0 TB]
Sector Sizes:     512 bytes logical, 4096 bytes physical
Rotation Rate:    7200 rpm
Form Factor:      3.5 inches
Device is:        In smartctl database [for details use: -P show]
ATA Version is:   ACS-3 T13/2161-D revision 5
SATA Version is:  SATA >3.2 (0x1ff), 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is:    Fri Jan 10 18:00:54 2025 CET
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

=== 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 Read_error_rate                                                  0x000b   100   100   050    Pre-fail  Always       -       0
  2 Throughput_performance                                           0x0005   100   100   050    Pre-fail  Offline      -       0
  3 Spin_up_time                                                     0x0027   100   100   001    Pre-fail  Always       -       7957
  4 Start/Stop_count                                                 0x0032   100   100   000    Old_age   Always       -       5
  5 Reallocated_sector_count                                         0x0033   100   100   010    Pre-fail  Always       -       0
  7 Seek_error_rate                                                  0x000b   100   100   050    Pre-fail  Always       -       0
  8 Seek_time_performance                                            0x0005   100   100   050    Pre-fail  Offline      -       0
  9 Power-on_hours_count                                             0x0032   100   100   000    Old_age   Always       -       34
 10 Spin_retry_count                                                 0x0033   100   100   030    Pre-fail  Always       -       0
 12 Drive_power_cycle_count                                          0x0032   100   100   000    Old_age   Always       -       5
 23 He_condition-1_(the_fall_direction)                              0x0023   100   100   075    Pre-fail  Always       -       0
 24 He_condition-2_(the_rise_direction)                              0x0023   100   100   075    Pre-fail  Always       -       0
191 Shock_sense_count                                                0x0032   100   100   000    Old_age   Always       -       2
192 Power-off_retract_count                                          0x0032   100   100   000    Old_age   Always       -       1
193 Load/Unload_cycle_count                                          0x0032   100   100   000    Old_age   Always       -       5
194 Temperature                                                      0x0022   100   100   000    Old_age   Always       -       27 (Min/Max 13/33)
196 Reallocated_sector_event_count                                   0x0032   100   100   000    Old_age   Always       -       0
197 Current_pending_sector_count                                     0x0032   100   100   000    Old_age   Always       -       0
198 Offline_scan_uncorrectable_sector_count                          0x0030   100   100   000    Old_age   Offline      -       0
199 CRC_error_count                                                  0x0032   200   200   000    Old_age   Always       -       0
220 Disk_Shift                                                       0x0002   100   100   000    Old_age   Always       -       1048577
222 Loaded_hours                                                     0x0032   100   100   000    Old_age   Always       -       34
223 Load_retry_count                                                 0x0032   100   100   000    Old_age   Always       -       0
224 Load_friction                                                    0x0022   100   100   000    Old_age   Always       -       0
226 Load_in_time                                                     0x0026   100   100   000    Old_age   Always       -       591
240 DST_write_head_test_failure                                      0x0001   100   100   001    Pre-fail  Offline      -       0

Smart Log for NVME device:nvme0n1 namespace-id:ffffffff
critical_warning                    : 0
temperature                         : 35 C
available_spare                     : 100%
available_spare_threshold           : 10%
percentage_used                     : 0%
data_units_read                     : 3194
data_units_written                  : 20598
host_read_commands                  : 34448
host_write_commands                 : 596487
controller_busy_time                : 0
power_cycles                        : 4
power_on_hours                      : 35
unsafe_shutdowns                    : 2
media_errors                        : 0
num_err_log_entries                 : 0
Warning Temperature Time            : 0
Critical Composite Temperature Time : 0
Temperature Sensor 1                : 35 C
Temperature Sensor 2                : 19 C
Temperature Sensor 3                : 0 C
Temperature Sensor 4                : 0 C
Temperature Sensor 5                : 0 C
Temperature Sensor 6                : 0 C
Temperature Sensor 7                : 0 C
Temperature Sensor 8                : 0 C
Smart Log for NVME device:nvme1n1 namespace-id:ffffffff
critical_warning                    : 0
temperature                         : 38 C
available_spare                     : 100%
available_spare_threshold           : 10%
percentage_used                     : 0%
data_units_read                     : 895
data_units_written                  : 20601
host_read_commands                  : 10672
host_write_commands                 : 596941
controller_busy_time                : 0
power_cycles                        : 4
power_on_hours                      : 34
unsafe_shutdowns                    : 2
media_errors                        : 0
num_err_log_entries                 : 0
Warning Temperature Time            : 0
Critical Composite Temperature Time : 0
Temperature Sensor 1                : 38 C
Temperature Sensor 2                : 21 C
Temperature Sensor 3                : 0 C
Temperature Sensor 4                : 0 C
Temperature Sensor 5                : 0 C
Temperature Sensor 6                : 0 C
Temperature Sensor 7                : 0 C
Temperature Sensor 8                : 0 C
Da die angegeben ID´s immer 0 waren, brauchte ich vermutlich auch nichts "umrechnen"?
Vielen Dank für die Unterstützung
 

ctrlaltdelete

Benutzer
Contributor
Sehr erfahren
Maintainer
Mitglied seit
30. Dez 2012
Beiträge
14.654
Punkte für Reaktionen
6.462
Punkte
569
Sieht alle gut aus.
 
  • Like
Reaktionen: killing joke

Nackel

Benutzer
Mitglied seit
07. Mai 2024
Beiträge
159
Punkte für Reaktionen
32
Punkte
34
Hallo, ich habe folgendes Script für meine SMART-Werte. Sieht soweit auch alles gut aus. Kann mir aber jemand sagen warum bei meiner Seagate Platte die Werte 1, 7 und 195 nicht umgerechnet, sondern gar nicht erst angezeigt werden?

Code:
smartctl -iA -v 1,raw48:54 -v 7,raw48:54 -v 195,raw48:54 /dev/sata1
smartctl -iA -d sat /dev/sata2
smartctl -iA -d sat /dev/sata3
nvme --smart-log /dev/nvme0n1
nvme --smart-log /dev/nvme1n1

hier das Ergebniss

Code:
smartctl 6.5 (build date Sep 26 2022) [x86_64-linux-4.4.302+] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Family:     Iron Wolf PRO
Device Model:     ST4000NE001-2MA101
Serial Number:    WS24TGH7
LU WWN Device Id: 5 000c50 0e7518391
Firmware Version: EN01
User Capacity:    4,000,787,030,016 bytes [4.00 TB]
Sector Sizes:     512 bytes logical, 4096 bytes physical
Rotation Rate:    7200 rpm
Form Factor:      3.5 inches
Device is:        In smartctl database [for details use: -P show]
ATA Version is:   Unknown(0x0fe0) (minor revision not indicated)
SATA Version is:  SATA >3.2 (0x1ff), 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is:    Sun Jan 19 11:30:50 2025 CET
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

=== 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
  3 Spin_Up_Time                                                     0x0003   093   091   000    Pre-fail  Always       -       0
  4 Start/Stop_Count                                                 0x0032   100   100   020    Old_age   Always       -       492
  5 Retired_Sectors_Count                                            0x0033   100   100   010    Pre-fail  Always       -       0
  9 Power_On_Hours                                                   0x0032   098   098   000    Old_age   Always       -       1984
 10 Spin_Retry_Count                                                 0x0013   100   100   097    Pre-fail  Always       -       0
 12 Drive_Power_Cycle_Count                                          0x0032   100   100   020    Old_age   Always       -       452
 18 Read_Error_Rate_Self-Test                                        0x000b   100   100   050    Pre-fail  Always       -       0
187 Reported_Uncorrectables                                          0x0032   100   100   000    Old_age   Always       -       0
188 Command_Timeout_Count                                            0x0032   100   004   000    Old_age   Always       -       412323151968
190 Airflow_Temperature                                              0x0022   068   047   040    Old_age   Always       -       32 (Min/Max 26/33)
192 Emergency_Retract_Counnt                                         0x0032   100   100   000    Old_age   Always       -       9
193 Load/Unload_Count                                                0x0032   100   100   000    Old_age   Always       -       556
194 Temperature                                                      0x0022   032   053   000    Old_age   Always       -       32 (0 18 0 0 0)
197 Pending-Sparing_Count                                            0x0012   100   100   000    Old_age   Always       -       0
198 Uncorrectable_Sectors_Count                                      0x0010   100   100   000    Old_age   Offline      -       0
199 Ultra_DMA_CRC_Error_Count                                        0x003e   200   200   000    Old_age   Always       -       2
240 Head_Flight_Hours                                                0x0000   100   253   000    Old_age   Offline      -       1842540971962
241 Lifetime_Writes_From_Host                                        0x0000   100   253   000    Old_age   Offline      -       21471780862
242 Lifetime_Reads_From_host                                         0x0000   100   253   000    Old_age   Offline      -       22453970537

smartctl 6.5 (build date Sep 26 2022) [x86_64-linux-4.4.302+] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Family:     Toshiba MG10ACA... Enterprise Capacity HDD
Device Model:     TOSHIBA MG10ACA20TE
Serial Number:    34N0A3GSF4MJ
LU WWN Device Id: 5 000039 d28d8373c
Firmware Version: 0104
User Capacity:    20,000,588,955,648 bytes [20.0 TB]
Sector Sizes:     512 bytes logical, 4096 bytes physical
Rotation Rate:    7200 rpm
Form Factor:      3.5 inches
Device is:        In smartctl database [for details use: -P show]
ATA Version is:   Unknown(0x0ff8), ACS-4 T13/BSR INCITS 529 revision 5
SATA Version is:  SATA >3.2 (0x1ff), 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is:    Sun Jan 19 11:30:50 2025 CET
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

=== 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                                              0x000b   100   100   050    Pre-fail  Always       -       0
  2 Throughput_Performance                                           0x0005   100   100   050    Pre-fail  Offline      -       0
  3 Spin_Up_Time                                                     0x0027   100   100   001    Pre-fail  Always       -       9591
  4 Start_Stop_Count                                                 0x0032   100   100   000    Old_age   Always       -       19
  5 Reallocated_Sector_Ct                                            0x0033   100   100   010    Pre-fail  Always       -       0
  7 Seek_Error_Rate                                                  0x000b   100   100   050    Pre-fail  Always       -       0
  8 Seek_Time_Performance                                            0x0005   100   100   050    Pre-fail  Offline      -       0
  9 Power_On_Hours                                                   0x0032   088   088   000    Old_age   Always       -       5078
 10 Spin_Retry_Count                                                 0x0033   100   100   030    Pre-fail  Always       -       0
 12 Power_Cycle_Count                                                0x0032   100   100   000    Old_age   Always       -       18
 23 Helium_Condition_Lower                                           0x0023   100   100   075    Pre-fail  Always       -       0
 24 Helium_Condition_Upper                                           0x0023   100   100   075    Pre-fail  Always       -       0
 27 MAMR_Health_Monitor                                              0x0023   100   100   030    Pre-fail  Always       -       658464
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       -       1
193 Load_Cycle_Count                                                 0x0032   100   100   000    Old_age   Always       -       19
194 Temperature_Celsius                                              0x0022   100   100   000    Old_age   Always       -       31 (Min/Max 25/46)
196 Reallocated_Event_Count                                          0x0033   100   100   010    Pre-fail  Always       -       0
197 Current_Pending_Sector                                           0x0032   100   100   000    Old_age   Always       -       0
198 Offline_Uncorrectable                                            0x0030   100   100   000    Old_age   Offline      -       0
199 UDMA_CRC_Error_Count                                             0x0032   200   200   000    Old_age   Always       -       0
220 Disk_Shift                                                       0x0002   100   100   000    Old_age   Always       -       1835008
222 Loaded_Hours                                                     0x0032   088   088   000    Old_age   Always       -       5078
226 Load-in_Time                                                     0x0026   100   100   000    Old_age   Always       -       686
240 Head_Flying_Hours                                                0x0001   100   100   001    Pre-fail  Offline      -       0
241 Total_LBAs_Written                                               0x0032   100   100   000    Old_age   Always       -       99155790396
242 Total_LBAs_Read                                                  0x0032   100   100   000    Old_age   Always       -       65948215704

smartctl 6.5 (build date Sep 26 2022) [x86_64-linux-4.4.302+] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Family:     Toshiba MG10ACA... Enterprise Capacity HDD
Device Model:     TOSHIBA MG10ACA20TE
Serial Number:    34N0A3H1F4MJ
LU WWN Device Id: 5 000039 d28d83748
Firmware Version: 0104
User Capacity:    20,000,588,955,648 bytes [20.0 TB]
Sector Sizes:     512 bytes logical, 4096 bytes physical
Rotation Rate:    7200 rpm
Form Factor:      3.5 inches
Device is:        In smartctl database [for details use: -P show]
ATA Version is:   Unknown(0x0ff8), ACS-4 T13/BSR INCITS 529 revision 5
SATA Version is:  SATA >3.2 (0x1ff), 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is:    Sun Jan 19 11:30:50 2025 CET
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

=== 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                                              0x000b   100   100   050    Pre-fail  Always       -       0
  2 Throughput_Performance                                           0x0005   100   100   050    Pre-fail  Offline      -       0
  3 Spin_Up_Time                                                     0x0027   100   100   001    Pre-fail  Always       -       9534
  4 Start_Stop_Count                                                 0x0032   100   100   000    Old_age   Always       -       17
  5 Reallocated_Sector_Ct                                            0x0033   100   100   010    Pre-fail  Always       -       0
  7 Seek_Error_Rate                                                  0x000b   100   100   050    Pre-fail  Always       -       0
  8 Seek_Time_Performance                                            0x0005   100   100   050    Pre-fail  Offline      -       0
  9 Power_On_Hours                                                   0x0032   088   088   000    Old_age   Always       -       5063
 10 Spin_Retry_Count                                                 0x0033   100   100   030    Pre-fail  Always       -       0
 12 Power_Cycle_Count                                                0x0032   100   100   000    Old_age   Always       -       16
 23 Helium_Condition_Lower                                           0x0023   100   100   075    Pre-fail  Always       -       0
 24 Helium_Condition_Upper                                           0x0023   100   100   075    Pre-fail  Always       -       0
 27 MAMR_Health_Monitor                                              0x0023   100   100   030    Pre-fail  Always       -       394018
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       -       0
193 Load_Cycle_Count                                                 0x0032   100   100   000    Old_age   Always       -       17
194 Temperature_Celsius                                              0x0022   100   100   000    Old_age   Always       -       32 (Min/Max 20/44)
196 Reallocated_Event_Count                                          0x0033   100   100   010    Pre-fail  Always       -       0
197 Current_Pending_Sector                                           0x0032   100   100   000    Old_age   Always       -       0
198 Offline_Uncorrectable                                            0x0030   100   100   000    Old_age   Offline      -       0
199 UDMA_CRC_Error_Count                                             0x0032   200   200   000    Old_age   Always       -       0
220 Disk_Shift                                                       0x0002   100   100   000    Old_age   Always       -       786432
222 Loaded_Hours                                                     0x0032   088   088   000    Old_age   Always       -       5063
226 Load-in_Time                                                     0x0026   100   100   000    Old_age   Always       -       677
240 Head_Flying_Hours                                                0x0001   100   100   001    Pre-fail  Offline      -       0
241 Total_LBAs_Written                                               0x0032   100   100   000    Old_age   Always       -       117458680401
242 Total_LBAs_Read                                                  0x0032   100   100   000    Old_age   Always       -       212497342508

Smart Log for NVME device:nvme0n1 namespace-id:ffffffff
critical_warning                    : 0
temperature                         : 37 C
available_spare                     : 100%
available_spare_threshold           : 10%
percentage_used                     : 0%
data_units_read                     : 1636604
data_units_written                  : 1703624
host_read_commands                  : 12664772
host_write_commands                 : 41545158
controller_busy_time                : 78
power_cycles                        : 4
power_on_hours                      : 211
unsafe_shutdowns                    : 2
media_errors                        : 0
num_err_log_entries                 : 0
Warning Temperature Time            : 0
Critical Composite Temperature Time : 0
Temperature Sensor 1                : 37 C
Temperature Sensor 2                : 25 C
Temperature Sensor 3                : 0 C
Temperature Sensor 4                : 0 C
Temperature Sensor 5                : 0 C
Temperature Sensor 6                : 0 C
Temperature Sensor 7                : 0 C
Temperature Sensor 8                : 0 C
Smart Log for NVME device:nvme1n1 namespace-id:ffffffff
critical_warning                    : 0
temperature                         : 34 C
available_spare                     : 100%
available_spare_threshold           : 10%
percentage_used                     : 0%
data_units_read                     : 1559717
data_units_written                  : 1703488
host_read_commands                  : 11913447
host_write_commands                 : 41530896
controller_busy_time                : 76
power_cycles                        : 4
power_on_hours                      : 211
unsafe_shutdowns                    : 2
media_errors                        : 0
num_err_log_entries                 : 0
Warning Temperature Time            : 0
Critical Composite Temperature Time : 0
Temperature Sensor 1                : 34 C
Temperature Sensor 2                : 26 C
Temperature Sensor 3                : 0 C
Temperature Sensor 4                : 0 C
Temperature Sensor 5                : 0 C
Temperature Sensor 6                : 0 C
Temperature Sensor 7                : 0 C
Temperature Sensor 8                : 0 C
 

maxblank

Benutzer
Contributor
Sehr erfahren
Maintainer
Mitglied seit
25. Nov 2022
Beiträge
4.903
Punkte für Reaktionen
2.716
Punkte
289
Abhängig vom Hersteller, der Firmware oder auch vom eingegebenen Befehl.
 

Nackel

Benutzer
Mitglied seit
07. Mai 2024
Beiträge
159
Punkte für Reaktionen
32
Punkte
34
Das ist mir bewusst, aber Hersteller, Firmware und Befehl hatte ich gepostet 😄
 

Hardler

Benutzer
Mitglied seit
04. Sep 2014
Beiträge
158
Punkte für Reaktionen
9
Punkte
18
Habe eine neue Festplatte (WD40EFPX). Bei dieser wird bereits 1 Fehler bei

200 Multi_Zone_Error_Rate
angezeigt.

Kann ich das vernachlässigen oder sollte ich diese lieber reklamieren?
 

ctrlaltdelete

Benutzer
Contributor
Sehr erfahren
Maintainer
Mitglied seit
30. Dez 2012
Beiträge
14.654
Punkte für Reaktionen
6.462
Punkte
569
Ich würde reklamieren, Wieso 4 TB klein und teuer?
 
  • Like
Reaktionen: Hardler und Benie

Hardler

Benutzer
Mitglied seit
04. Sep 2014
Beiträge
158
Punkte für Reaktionen
9
Punkte
18
War als Ersatz für vorhandene Festplatten (mit 4 TB) in einer NAS.

Habe mir darüber ehrlich gesagt keine Gedanken gemacht.

Habe gerade nachgeschaut. 6 TB wäre 50 EUR teuerer. Also 1/3.
4 TB reichen mir auch die nächste Zeit.
 
  • Like
Reaktionen: ctrlaltdelete


 

Kaffeautomat

Wenn du das Forum hilfreich findest oder uns unterstützen möchtest, dann gib uns doch einfach einen Kaffee aus.

Als Dankeschön schalten wir deinen Account werbefrei.

:coffee:

Hier gehts zum Kaffeeautomat