하드디스크 프리징, 쓰기 지연 에러 발생 해결 방법
    - 윈도우 10

//===========================
// 증상

- 토렌트, CrystalDiskMark 마크 사용시 다음의 이벤트 경고 발생

    - 이벤트 뷰어 -> 관리 이벤트 : 경고, 이벤트 아이디 153, 129



* 이벤트 아이디 153 경고
디스크(PDO 이름: \Device\0000003c)의 논리적 블록 주소 0x1264bd28f에서 IO 작업이 다시 시도되었습니다.
"디스크 (PDO 이름"  Device "의 논리적 블록 주소" 0x "에서 IO 작업이 다시 시도되었습니다"

The IO operation at logical block address 0x204d96b8 for Disk 0 (PDO name: \Device\Ide\IAAStorageDevice-1) was retried
IO operation at logical block address 0x for Disk  PDO name Device was retried


Event id 153
windows 10 event log   Event ID 153
http://blogs.msdn.com/b/ntdebugging/archive/2013/04/30/interpreting-event-153-errors.aspx
http://serverfault.com/questions/499269/what-does-the-io-operation-at-logical-block-address-for-disk-was-retried


//============
* 이벤트 아이디 129
장치로 다시 설정했으며 \Device\RaidPort0이(가) 발급되었습니다.
event id 129
장치로 다시 설정했으며 Device 발급되었습니다.
storahci

event 129 Reset to device  Device was issued
event 153 IO operation at logical block address 0x for Disk  PDO name Device was retried



//==============

디스크검사는 기본

- 디스크 검사 결과가 문제가 없는 경우 다음 방법들을 제안



//==============
* 해결책 제안 1
http://blogs.technet.com/b/kevinholman/archive/2013/06/21/event-id-129-storachi-reset-to-device-device-raidport0-was-issued.aspx
    전원 옵션 : PCI Express -> Link State Power Management -> Setting : off

//==============
* 해결책 제안 2
http://hardforum.com/showthread.php?p=1031527201
    장치관리자 ->  IDE ATA/ATAPI Controllers ->
    select Properties, and then the various Port tabs (Port 0, Port 1, etc) and then UNCHECK the "Enable command queuing" check box.

//==============
* 해결책 제안 3


https://avengerhdd.tistory.com/152


https://www.dell.com/community/Laptops-General-Read-Only/Reset-to-device-Device-RaidPort0-was-issued-Event-id-129/td-p/4657352/page/2



-  레지스트리 변경

Windows Registry Editor Version 5.00


[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\0012ee47-9041-4b5d-9b77-535fba8b1442\0b2d69d7-a2a1-449c-9680-f91c70521c60]

"Attributes"=dword:00000002


[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\0012ee47-9041-4b5d-9b77-535fba8b1442\dab60367-53fe-4fbc-825e-521d069d2456]

"Attributes"=dword:00000002





//==============
* 해결책 제안 4
    - IDE ATA controller chipset 드라이버 재설치
    - 하드디스크 케이블 교체 (지푸라기라도 잡는 심정, ㅠ.ㅠ)




반응형
Posted by codens