
Re: ACP_STATE_FAILURE nach erfolgreichem TFTP Boot-Recovery
Um deine LS zu prüfen, solltest du der "defekten" Platte aber die Chance geben, die Sektoren mit C5 und C6 in Sektoren mit 05 umzuwandeln.
Diese Platte sollte sich dann als Test flashen lassen.
Vertauen würde ich einer angeschlagenen Platte jedoch nicht!
Die EMailbenachrichtigung der LS würde dich aber warnen, wenn erneute Fehler auftreten.
Um die Sektoren umzuwandeln muss man die Platte von allen Partitionen befreien und in Ruhe lassen.
Evtl. hilft es auch einen Selbsttest laufen zu lassen. ALLES OHNE PARTITIONEN!
Downloade und installiere
http://sourceforge.net/projects/smartmontools/files/smartmontools/5.42/smartmontools-5.42-1.win32-setup.exe/downloadNun kannst du die Platte in einer Dosbox testen:
Unter Win7:
Win Logo unten Links > Alle Programme > Zubehör > Eingabeaufforderung > Rechtklick > Als Administrator ausführen
Code:
C:\Windows\system32>smartctl -A /dev/hda
smartctl 5.42 2011-10-20 r3458 [i686-w64-mingw32-win7-sp1] (sf-win32-5.42-1)
Copyright (C) 2002-11 by Bruce Allen, http://smartmontools.sourceforge.net
Warning: Limited functionality due to missing admin rights
Error SMART Thresholds Read failed: Function not implemented
Smartctl: SMART Read Thresholds failed.
=== 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 0x000f 100 063 --- Pre-fail Always - 0
3 Spin_Up_Time 0x0007 074 074 --- Pre-fail Always - 8580
4 Start_Stop_Count 0x0032 098 098 --- Old_age Always - 2275
5 Reallocated_Sector_Ct 0x0033 100 100 --- Pre-fail Always - 0
7 Seek_Error_Rate 0x000f 100 100 --- Pre-fail Always - 0
8 Seek_Time_Performance 0x0025 100 100 --- Pre-fail Offline - 12041
9 Power_On_Hours 0x0032 097 097 --- Old_age Always - 17021
10 Spin_Retry_Count 0x0033 100 100 --- Pre-fail Always - 0
11 Calibration_Retry_Count 0x0012 100 100 --- Old_age Always - 13
12 Power_Cycle_Count 0x0032 098 098 --- Old_age Always - 1860
13 Read_Soft_Error_Rate 0x000e 100 099 --- Old_age Always - 0
183 Runtime_Bad_Block 0x0032 100 100 --- Old_age Always - 0
184 End-to-End_Error 0x0033 001 001 --- Pre-fail Always - 2024
187 Reported_Uncorrect 0x0032 100 100 --- Old_age Always - 71
188 Command_Timeout 0x0032 100 100 --- Old_age Always - 0
190 Airflow_Temperature_Cel 0x0022 069 049 --- Old_age Always - 31 (Min/Max 13/31)
194 Temperature_Celsius 0x0022 063 047 --- Old_age Always - 37 (Min/Max 13/37)
195 Hardware_ECC_Recovered 0x001a 100 100 --- Old_age Always - 1805504
196 Reallocated_Event_Count 0x0032 100 100 --- Old_age Always - 1
197 Current_Pending_Sector 0x0012 100 100 --- Old_age Always - 0
198 Offline_Uncorrectable 0x0030 100 100 --- Old_age Offline - 0
199 UDMA_CRC_Error_Count 0x003e 100 100 --- Old_age Always - 361
200 Multi_Zone_Error_Rate 0x000a 100 099 --- Old_age Always - 16
201 Soft_Read_Error_Rate 0x000a 100 100 --- Old_age Always - 0
Starte nun einen Test. Nimm erst den kurzen
Code:
C:\Windows\system32>smartctl -t short /dev/hda
smartctl 5.42 2011-10-20 r3458 [i686-w64-mingw32-win7-sp1] (sf-win32-5.42-1)
Copyright (C) 2002-11 by Bruce Allen, http://smartmontools.sourceforge.net
=== START OF OFFLINE IMMEDIATE AND SELF-TEST SECTION ===
Sending command: "Execute SMART Short self-test routine immediately in off-line mode".
Drive command "Execute SMART Short self-test routine immediately in off-line mode" successful.
Testing has begun.
Please wait 2 minutes for test to complete.
Test will complete after Thu Jan 12 12:13:13 2012
Use smartctl -X to abort test.
C:\Windows\system32>
Überprüfe nach den 2 Minuten, ob die Werte auf Null gegangen sind:
Code:
197 Current_Pending_Sector 0x0012 100 100 --- Old_age Always - 0
198 Offline_Uncorrectable 0x0030 100 100 --- Old_age Offline - 0
Ist das nicht der Fall, lasse den langen Test laufen:
Code:
C:\Windows\system32>smartctl -t long /dev/hda
smartctl 5.42 2011-10-20 r3458 [i686-w64-mingw32-win7-sp1] (sf-win32-5.42-1)
Copyright (C) 2002-11 by Bruce Allen, http://smartmontools.sourceforge.net
=== 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 197 minutes for test to complete.
Test will complete after Thu Jan 12 15:35:51 2012
Use smartctl -X to abort test.
C:\Windows\system32>
In meinem Bspl. muss ich nun 197 Minuten auf das Ergebnis warten.
Danach stehen am Ende der ausführlichen Ausgabe von smartctl -a /dev/hda auch die Ergenisse der Selbsttests:
Code:
SMART Self-test log structure revision number 1
Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error
# 1 Extended offline Self-test routine in progress 90% 17021 -
# 2 Short offline Completed without error 00% 17021 -
# 3 Short offline Completed without error 00% 16717 -
# 4 Extended offline Completed: read failure 20% 16365 1459819963
# 5 Short offline Completed without error 00% 16362 -
# 6 Conveyance offline Completed: read failure 20% 16362 1459819963
# 7 Short offline Completed without error 00% 16333 -
# 8 Short offline Completed without error 00% 15714 -
# 9 Extended offline Aborted by host 70% 15712 -
#10 Short offline Aborted by host 00% 15614 -
#11 Short offline Completed without error 00% 4565 -
Da meine Platte in Ordnung ist, habe ich sicherlich mitten im Test den Rechner abgeschaltet. Somit habe ich Fehler im Log.