Getting storport errors in event viewer
Hello i downloaded a program called latency monitor to see why i was getting lag and audio dropouts and i noticed that something called storport had high execution so i thought it was an error so i went to event viewer and found storport and saw many errors and most of them are this
This is the first instance of the error seen during this time period
on Storport Device (Port = 0, Path = 7, Target = 0, Lun = 0) whose Corresponding Class Disk Device Guid is {7175fa1f-d7df-ceb1-30ad-3086648db799}:
The request opcode was 0xFF and completed with SrbStatus 0x4 and ScsiStatus 0x0.
The sense code was (0x0,0x0,0x0).
The io latency was 1 ms.
and i get this same error all the time i need help identifying what this is and how to fix it
Windows for business Windows Client for IT Pros User experience Other
3 answers
Sort by: Most helpful
-
-
Isaiah Marcotte 26 Reputation points
2022-10-12T03:28:54.327+00:00 I appreciate you attempting to answer my question but i was asking the question because i was hoping to get a answer on if this is an error with my hard drive or something not right with my storage device
-
Limitless Technology 44,751 Reputation points
2022-10-12T09:36:48.497+00:00 Hello there,
Like many other types of drivers, Storport miniport drivers must create entries in the system event log to keep administrators informed of the condition of attached storage devices. These event log entries are often created in response to device-related failures. Events can also be logged for telemetry, debugging, and optimization.
To determine the precise cause of the failure, begin by using the !scsikd.classext extension, which displays information about recently failed requests, including the SRB status, SCSI status, and sense data of the request
More info here https://learn.microsoft.com/en-us/windows-hardware/drivers/debugger/bug-checks-for-scsi-miniport-debugging
https://learn.microsoft.com/en-us/windows-hardware/drivers/storage/storport-event-log-extensions
-----------------------------------------------------------------------------------------------------------------------------------------------
--If the reply is helpful, please Upvote and Accept it as an answer--