하드디스크 프리징, 쓰기 지연 에러 발생 해결 방법
- 윈도우 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
- 레지스트리 변경
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 드라이버 재설치
- 하드디스크 케이블 교체 (지푸라기라도 잡는 심정, ㅠ.ㅠ)
'Tips' 카테고리의 다른 글
포토샵에서 드래그 앤 드롭 안될때 해결 방법 (4) | 2015.11.01 |
---|---|
아무작업도 안하고 있는 컴퓨터의 CPU 사용률이 증가할때 원인 분석 방법 (0) | 2015.11.01 |
아마존 결제 취소하는 방법 (0) | 2015.10.13 |
틀리기 쉬운 맞춤법 (0) | 2015.10.13 |
동영상(플래시,HTML5) 자동 재생 금지 시키기 (0) | 2015.10.04 |