ubuntuusers.de

SMART: Lesefehlerrate "ein von null verschiedener wert"

Status: Gelöst | Ubuntu-Version: Ubuntu 10.10 (Maverick Meerkat)
Antworten |

Kranich

Avatar von Kranich

Anmeldungsdatum:
17. Oktober 2008

Beiträge: 193

Meine beiden externen Festplatten geben an sich fehlerfreie SMART-Werte. Allerdings tauchen, im gegensatz zu meinen beiden nagelneuen interen 1TB-Platten, bei der Rubrik "Lesefehlerrate" im SMART-Test merkwürdige Werte auf (siehe Anhang!).

Ist er Wert 235582411 bedenklich? Er wirkt so astronomisch hoch und irgendwie nicht realistisch, zumal die Grenzwerte usw. um einiges kleiner angegeben sind.

Mir ist übrigens kein defekt bei der Platte aufgefallen, war eher Zufall, dass ich das entdeckt habe.

Freue mich über Eure Hilfe!

Grüße

Kranich

Bilder

rennradler

Anmeldungsdatum:
27. Februar 2010

Beiträge: 1836

Poste mal den Output vom smartctl direkt. Dieser grafische Firlefanz ist nichts.

adun Team-Icon

Avatar von adun

Anmeldungsdatum:
29. März 2005

Beiträge: 8606

Wenn ich das richtig in Erinnerung habe können Seagates durchaus schon mit hohen Werten starten. Weil die Hersteller zu dämlich sind selbst bei so trivialen Kram sich auf Standards zu einigen und lieber alle ihre eigenen beknackten Scheißtools zusammen frickeln, kann es durchaus sein, dass alles in Ordnung ist. Was wirklich zählt ist Veränderung, was ich daher bei jeder Platte mache ist, die Ausgabe von smartctl in ne Datei schreien und dann diffs bilden. Wenn dir das zu aufwendig ist, vergleich den Wert mit dem Bild in einer Woche 😉

Kranich

(Themenstarter)
Avatar von Kranich

Anmeldungsdatum:
17. Oktober 2008

Beiträge: 193

Ok, würde ich gern machen. smartctl fordert mich allerdings auf den "Device Type" zu spezifizieren. Wie finde ich heraus, was da richtig ist?

sudo smartctl /dev/sde
smartctl 5.40 2010-03-16 r3077 [x86_64-unknown-linux-gnu] (local build)
Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net

/dev/sde: Unknown USB bridge [0x0bc2:0x3010 (0x000)]
Smartctl: please specify device type with the -d option.

Use smartctl -h to get a usage summary

Die Option -d steht so in der Hilfedatei:

-d TYPE, --device=TYPE
         Specify device type to one of: ata, scsi, sat[,N][+TYPE], usbcypress[,X], usbjmicron[,x][,N], usbsunplus, marvell, areca,N, 3ware,N, hpt,L/M/N, megaraid,N, cciss,N, test

Die Platte ist halt eine externe USB Platte. Wie finde ich den Device-Typ raus?

rennradler

Anmeldungsdatum:
27. Februar 2010

Beiträge: 1836

Mit USB-Platten kenn ich mich nicht aus. Kann sein, daß Du da nicht mit smartctl rankommst.

hewlett1990

Avatar von hewlett1990

Anmeldungsdatum:
17. Dezember 2008

Beiträge: 309

Wohnort: Hier

Doch geht, aber nur bei ein paar Controllern (Cypress, JMicron usw.). Du musst herausfinden was verbaut ist und dann den richtigen aus der Liste unten angeben. Evtl. ist aber keine (S)ATA-USB Bridge vorhanden, die über die Fähigkeit verfügt.

Kranich

(Themenstarter)
Avatar von Kranich

Anmeldungsdatum:
17. Oktober 2008

Beiträge: 193

Ok, natürlich hab ich keine Ahnung, wie ich das heraus finde welcher Controller verbaut ist. Habt ihr einen Tipp?

Es ist eine 500GB SEAGATE/MAXTOR FreeAgent Desktop (ST305004FDD1E1-RK)

Ansonsten muss ich die Werte über die Festplattenverwaltung von Ubuntu mal über einen längeren Zeitraum vergleichen. :-/

rennradler

Anmeldungsdatum:
27. Februar 2010

Beiträge: 1836

Das ist doof. Ich vermute aber mal, daß die Platte ok ist. Gibt es nicht von Seagate ein eigenes Tool, mit dem man die Platte prüfen kann?

Kranich

(Themenstarter)
Avatar von Kranich

Anmeldungsdatum:
17. Oktober 2008

Beiträge: 193

Das Seagate-Tool scheint es nur für Windows zu geben. Mit WINE konnte ich es nicht starten. Und mit Virtualbox kann ich es zwar starten, aber er findet meine Festplatte nicht. Kenne mich mit Virtualbox aber auch nicht so aus und weiß nicht, ob ich da jetzt irgendwas einstellen muss, damit der die findet.

Ich vermute auch, dass die Platte ok ist, aber natürlich bin ich schon neugierig, ob ich jetzt ernsthaft mir eine neue Platte kaufen muss, weil sonst bald meine Daten weg sind. Oder ob ich mir die Gedanken umsonst mache und das normal und gängig ist.

hewlett1990

Avatar von hewlett1990

Anmeldungsdatum:
17. Dezember 2008

Beiträge: 309

Wohnort: Hier

probier mal

-d sat

wenn das nicht funzt

-d sat,12

und wenn immer noch nicht^^

-d sat,12 -T permissive

falls dass auch noch scheitert:

lsusb | grep Seagate

und den Output bitte posten

Edit: So jetzt dürfte ales passen^^

Kranich

(Themenstarter)
Avatar von Kranich

Anmeldungsdatum:
17. Oktober 2008

Beiträge: 193

-d sat

sudo smartctl -d sat /dev/sde
smartctl 5.40 2010-03-16 r3077 [x86_64-unknown-linux-gnu] (local build)
Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net

-d sat,12

(siehe -d sat)

-d sat,12 -T permissive

(siehe -d sat)

lsusb | grep Seagate

Bus 001 Device 005: ID 0bc2:3010 Seagate RSS LLC 

Kannst du damit was anfangen? 😲

hewlett1990

Avatar von hewlett1990

Anmeldungsdatum:
17. Dezember 2008

Beiträge: 309

Wohnort: Hier

ID 0bc2:3010 Leider nicht in der Liste der unterstützten Geräte, aber auch nicht in der Liste der nicht unterstützten.

sudo smartctl -d sat /dev/sde

wie wärs mit -a noch als Option^^ Edit:bzw. -t short für das sofortige durchführen des Testes

Kranich

(Themenstarter)
Avatar von Kranich

Anmeldungsdatum:
17. Oktober 2008

Beiträge: 193

Ok, mit der Option -a dazu kommt nun endlich eine Ausgabe. Nicht wundern inzwischen ist die Platte /dev/sdd geworden, da umgestöpselt.

sudo smartctl -d sat -a /dev/sdd

smartctl 5.40 2010-03-16 r3077 [x86_64-unknown-linux-gnu] (local build)
Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net

=== START OF INFORMATION SECTION ===
Model Family:     Seagate Barracuda 7200.10 family
Device Model:     ST3750640AS
Serial Number:    5QD01T8N
Firmware Version: 3.AFK
User Capacity:    750.156.374.016 bytes
Device is:        In smartctl database [for details use: -P show]
ATA Version is:   7
ATA Standard is:  Exact ATA specification draft version not indicated
Local Time is:    Fri Jan 21 23:44:25 2011 CET
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED
See vendor-specific Attribute list for marginal Attributes.

General SMART Values:
Offline data collection status:  (0x82)	Offline data collection activity
					was completed without error.
					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: 		 ( 430) seconds.
Offline data collection
capabilities: 			 (0x5b) SMART execute Offline immediate.
					Auto Offline data collection on/off support.
					Suspend Offline collection upon new
					command.
					Offline surface scan supported.
					Self-test supported.
					No 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: 	 ( 202) minutes.

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   106   091   006    Pre-fail  Always       -       99518340
  3 Spin_Up_Time            0x0003   093   092   000    Pre-fail  Always       -       0
  4 Start_Stop_Count        0x0032   094   094   020    Old_age   Always       -       6390
  5 Reallocated_Sector_Ct   0x0033   100   100   036    Pre-fail  Always       -       1
  7 Seek_Error_Rate         0x000f   079   060   030    Pre-fail  Always       -       87627983
  9 Power_On_Hours          0x0032   092   092   000    Old_age   Always       -       7538
 10 Spin_Retry_Count        0x0013   100   100   097    Pre-fail  Always       -       0
 12 Power_Cycle_Count       0x0032   099   099   020    Old_age   Always       -       1399
187 Reported_Uncorrect      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   051   037   045    Old_age   Always   In_the_past 49 (2 99 49 48)
194 Temperature_Celsius     0x0022   049   063   000    Old_age   Always       -       49 (0 15 0 0)
195 Hardware_ECC_Recovered  0x001a   056   054   000    Old_age   Always       -       10364342
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   0x0000   100   253   000    Old_age   Offline      -       0
202 Data_Address_Mark_Errs  0x0032   100   253   000    Old_age   Always       -       0

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  Short offline       Completed without error       00%      7356         -
# 2  Extended offline    Aborted by host               90%      7356         -

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.

So, könnt ihr damit was anfangen?

hewlett1990

Avatar von hewlett1990

Anmeldungsdatum:
17. Dezember 2008

Beiträge: 309

Wohnort: Hier

Fangen wir mal an. Dies sieht schonmal ganz gut aus.

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 Short offline Completed without error 00% 7356 -

Der eine kleine Test der gelaufen ist, war fehlerfrei.

Wenn du sicherer sein willst, kannst du auch mit -t long einen ausführlicheren Test starten.

Weiter oben stehen Daten über das Laufwerk und die Möglichkeiten von smart.

Edit: Ach ja und zur Anfangsfrage: Der hohe Lesefehlerwert scheint normal: Hier meine entsprechende Zeile: > 1 Raw_Read_Error_Rate 0x000f 117 099 006 Pre-fail Always - 126342676 Edit2^^: Wenn du mehr zu den RAW werten Erfahren willst, lies dir in der Manpage den Abschnitt zum Parameter A durch.

Kranich

(Themenstarter)
Avatar von Kranich

Anmeldungsdatum:
17. Oktober 2008

Beiträge: 193

Ok, schlau wie ich bin hab ich beim letzten mal die falsche Platte gescannt (hat mich verwirrt mit den Laufwerkbuchstaben. Sorry!!! Dann scanne ich jetzt beide.

500GB SEAGATE/MAXTOR FreeAgent Desktop (ST305004FDD1E1-RK)

sudo smartctl -d sat -a -t long /dev/sdd
smartctl 5.40 2010-03-16 r3077 [x86_64-unknown-linux-gnu] (local build)
Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net

=== START OF INFORMATION SECTION ===
Model Family:     Seagate Barracuda 7200.11 family
Device Model:     ST3500820AS
Serial Number:    9QM3NFYQ
Firmware Version: SD81
User Capacity:    500.107.862.016 bytes
Device is:        In smartctl database [for details use: -P show]
ATA Version is:   8
ATA Standard is:  ATA-8-ACS revision 4
Local Time is:    Sat Jan 22 11:59:27 2011 CET

==> WARNING: There are known problems with these drives,
see the following Seagate web pages:
http://seagate.custkb.com/seagate/crm/selfservice/search.jsp?DocId=207931
http://seagate.custkb.com/seagate/crm/selfservice/search.jsp?DocId=207951
http://seagate.custkb.com/seagate/crm/selfservice/search.jsp?DocId=207957

SMART support is: Available - device has SMART capability.
SMART support is: Enabled

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED
See vendor-specific Attribute list for marginal Attributes.

General SMART Values:
Offline data collection status:  (0x82)	Offline data collection activity
					was completed without error.
					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: 		 ( 650) 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.
					General Purpose Logging supported.
Short self-test routine 
recommended polling time: 	 (   1) minutes.
Extended self-test routine
recommended polling time: 	 ( 119) minutes.
Conveyance self-test routine
recommended polling time: 	 (   2) minutes.
SCT capabilities: 	       (0x103b)	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   108   099   006    Pre-fail  Always       -       16771441
  3 Spin_Up_Time            0x0003   092   086   000    Pre-fail  Always       -       0
  4 Start_Stop_Count        0x0032   096   096   020    Old_age   Always       -       4342
  5 Reallocated_Sector_Ct   0x0033   100   100   036    Pre-fail  Always       -       0
  7 Seek_Error_Rate         0x000f   072   060   030    Pre-fail  Always       -       4312507772
  9 Power_On_Hours          0x0032   094   094   000    Old_age   Always       -       5724
 10 Spin_Retry_Count        0x0013   100   100   097    Pre-fail  Always       -       8
 12 Power_Cycle_Count       0x0032   099   099   020    Old_age   Always       -       1530
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   063   045   045    Old_age   Always   In_the_past 37 (Lifetime Min/Max 18/46)
194 Temperature_Celsius     0x0022   037   055   000    Old_age   Always       -       37 (0 11 0 0)
195 Hardware_ECC_Recovered  0x001a   041   028   000    Old_age   Always       -       16771441
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

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  Short offline       Completed without error       00%      5498         -

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.

=== START OF OFFLINE IMMEDIATE AND SELF-TEST SECTION ===
Sending command: "Execute SMART Extended self-test routine immediately in off-line mode".
Drive command "Execute SMART Extended self-test routine immediately in off-line mode" successful.
Testing has begun.
Please wait 119 minutes for test to complete.
Test will complete after Sat Jan 22 13:58:36 2011

Use smartctl -X to abort test.

Seagate ST307504FPA1E3-RK FreeAgent Pro 750 GB

sudo smartctl -d sat -a -t long /dev/sde
smartctl 5.40 2010-03-16 r3077 [x86_64-unknown-linux-gnu] (local build)
Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net

=== START OF INFORMATION SECTION ===
Model Family:     Seagate Barracuda 7200.10 family
Device Model:     ST3750640AS
Serial Number:    5QD01T8N
Firmware Version: 3.AFK
User Capacity:    750.156.374.016 bytes
Device is:        In smartctl database [for details use: -P show]
ATA Version is:   7
ATA Standard is:  Exact ATA specification draft version not indicated
Local Time is:    Sat Jan 22 12:02:45 2011 CET
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED
See vendor-specific Attribute list for marginal Attributes.

General SMART Values:
Offline data collection status:  (0x82)	Offline data collection activity
					was completed without error.
					Auto Offline Data Collection: Enabled.
Self-test execution status:      ( 249)	Self-test routine in progress...
					90% of test remaining.
Total time to complete Offline 
data collection: 		 ( 430) seconds.
Offline data collection
capabilities: 			 (0x5b) SMART execute Offline immediate.
					Auto Offline data collection on/off support.
					Suspend Offline collection upon new
					command.
					Offline surface scan supported.
					Self-test supported.
					No 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: 	 ( 202) minutes.

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   112   091   006    Pre-fail  Always       -       144286538
  3 Spin_Up_Time            0x0003   093   092   000    Pre-fail  Always       -       0
  4 Start_Stop_Count        0x0032   094   094   020    Old_age   Always       -       6395
  5 Reallocated_Sector_Ct   0x0033   100   100   036    Pre-fail  Always       -       1
  7 Seek_Error_Rate         0x000f   079   060   030    Pre-fail  Always       -       87741187
  9 Power_On_Hours          0x0032   092   092   000    Old_age   Always       -       7543
 10 Spin_Retry_Count        0x0013   100   100   097    Pre-fail  Always       -       0
 12 Power_Cycle_Count       0x0032   099   099   020    Old_age   Always       -       1400
187 Reported_Uncorrect      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   057   037   045    Old_age   Always   In_the_past 43 (2 99 43 34)
194 Temperature_Celsius     0x0022   043   063   000    Old_age   Always       -       43 (0 15 0 0)
195 Hardware_ECC_Recovered  0x001a   060   054   000    Old_age   Always       -       163399279
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   0x0000   100   253   000    Old_age   Offline      -       0
202 Data_Address_Mark_Errs  0x0032   100   253   000    Old_age   Always       -       0

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  Short offline       Completed without error       00%      7356         -
# 2  Extended offline    Aborted by host               90%      7356         -
# 3  Extended offline    Self-test routine in progress 90%      7543         -

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.

=== START OF OFFLINE IMMEDIATE AND SELF-TEST SECTION ===
Sending command: "Execute SMART Extended self-test routine immediately in off-line mode".
Drive command "Execute SMART Extended self-test routine immediately in off-line mode" successful.
Testing has begun.
Please wait 202 minutes for test to complete.
Test will complete after Sat Jan 22 15:24:48 2011

Use smartctl -X to abort test.
Antworten |