Unresponsive WinUI & raid warnings

Every now and then the Windows UI becomes unresponsive and I receive the following two warnings in the system log.

Warning #2
Level:
    Warning
Source:
    disk
General:
    The IO operation at logical block address 0x______ for Disk 0 (PDO name: \Device\0000003a) was retired.
Details: (XML)
- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  - <System>
      <Provider Name="disk" /> 
      <EventID Qualifiers="32772">153</EventID> 
      <Version>0</Version> 
      <Level>3</Level> 
      <Task>0</Task> 
      <Opcode>0</Opcode> 
      <Keywords>0x80000000000000</Keywords> 
      <TimeCreated SystemTime="____-__-__T__:__:__.________" /> 
      <EventRecordID>___</EventRecordID> 
      <Correlation /> 
      <Execution ProcessID="4" ThreadID="____" /> 
      <Channel>System</Channel> 
      <Computer>DESKTOP-________</Computer> 
      <Security /> 
    </System>
  - <EventData>
      <Data>\Device\Harddisk0\DR0</Data> 
      <Data>0x5e6a78</Data> 
      <Data>0</Data> 
      <Data>\Device\0000003a</Data> 
      <Binary>0F01040004002C0000000000990004800000000000000000000000000000000000000000000000000000042A</Binary> 
    </EventData>
  </Event>
Warning #1
Level:
    Warning
Source:
    storahci
General:
    Reset to device, \Device\RaidPort0 was issued
Details: (XML)
- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  - <System>
      <Provider Name="storahci" /> 
      <EventID Qualifiers="32772">129</EventID> 
      <Version>0</Version> 
      <Level>3</Level> 
      <Task>0</Task> 
      <Opcode>0</Opcode> 
      <Keywords>0x80000000000000</Keywords> 
      <TimeCreated SystemTime="____-__-__T__:__:__.________" /> 
      <EventRecordID>___</EventRecordID> 
      <Correlation /> 
      <Execution ProcessID="4" ThreadID="____" /> 
      <Channel>System</Channel> 
      <Computer>DESKTOP-________</Computer> 
      <Security /> 
    </System>
  - <EventData>
      <Data>\Device\RaidPort0</Data> 
      <Binary>0F001800010000000000000081000480010000000000000000000000000000000000000000000000000000000000000004000000810004800000000000000000</Binary> 
    </EventData>
  </Event>

I don’t use raid and it’s not enabled in the BIOS.
The drive passes SMART.
I tried changing sata ports / sata cables and the issue persisted.

Some system info

platform: ryzen x370
ssd: sata 128gb mlc
ram: 32GB

This is a bad block notice:

evel:
Warning
Source:
disk
General:
The IO operation at logical block address 0x______ for Disk 0 (PDO name: \Device\0000003a) was retired.

This is a device timeout likely due to error correction:

Level:
Warning
Source:
storahci
General:
Reset to device, \Device\RaidPort0 was issued

You should replace that drive.

I think it’s the other way around.
The IO operations fail while the disk resets.

I think the culprit here is bad power saving, but I’ll need to test it more.

This fixes the issue: Event ID 129 - storahci resetting raidport0 - Microsoft Community

This topic was automatically closed 273 days after the last reply. New replies are no longer allowed.