What does BSOD 240 (STORAGE_MINIPORT_ERROR) mean?

 
Could be also:
ConstantTypeOS
ERROR_VC_DISCONNECTEDWin32 errorWindows
Previous Next
CRITICAL_PROCESS_DIED SCSI_VERIFIER_DETECTED_VIOLATION

STORAGE_MINIPORT_ERROR

The STORAGE_MINIPORT_ERROR bug check has a value of 0x00000F0. It indicates that a storage Miniport driver failed to complete a SRB request.

Important

This topic is for programmers. If you are a customer who has received a blue screen error code while using your computer, see Troubleshoot blue screen errors.

STORAGE_MINIPORT_ERROR Parameters

Parameter Description
1 Error Code. See Values below.
2 See Values below.
3 See Values below.
4 See Values below.

Values

1: Miniport failed to complete a SRB request even after successful reset operation.
    2 - Driver name unicode string address
    3 - SRB address
    4 - Storport unit device object

2: Miniport failed to complete a SRB request even after successful abort operation for the SRB.
    2 - Driver name unicode string address
    3 - Abort SRB address
    4 - SRB that was being aborted

3: Miniport failed to complete a request within a given timeout.
    2 - Driver name unicode string address
    3 - SRB address
    4 - Timeout of the request

4: Miniport failed to complete a request for a crypto operation. This can occur if it is trying to enable an encryption key on an ICE (Inline Crypto Engine) enabled UFS host. 
    2 - Driver name unicode string address
    3 - The STOR_CRYPTO_OPERATION_TYPE for this failure, typically StorCryptoOperationInsertKey
    4 - Reserved    

Cause


A bug in the storage Miniport driver kept a SRB request from completing. See the error code values listed above for the specific type of failure.

Resolution for STORAGE_MINIPORT_ERROR


The !analyze debug extension displays information about the bug check and can be helpful in determining the root cause.

The driver name returned in parameter 2 should point to the offending driver.

See Also


Bug Check Code Reference

Storport's Interface with Storport Miniport Drivers


Looking for a different code? Search another status or error code.