Windows 蓝屏代码 0xF0:STORAGE_MINIPORT_ERROR

STORAGE_MINIPORT_ERROR 错误检查的值为 0x00000F0。
它表示存储微型端口驱动程序未能完成 SRB 请求。

解决方法

!analyze 调试扩展显示有关错误检查的信息,有助于确定根本原因。
详细步骤查看我们的教程 在windows 中使用WinDBG 调试dmp文件

参数 2 中返回的驱动程序名称应指向有问题的驱动程序。

https://onitroad.com 更多教程

原因

存储微型端口驱动程序中的错误使 SRB 请求无法完成。
请参阅上面列出的特定故障类型的错误代码值。

STORAGE_MINIPORT_ERROR 参数

参数描述
1错误代码。请参阅下面的值。
2请参阅下面的值。
3请参阅下面的值。
4请参阅下面的值。

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 - 保留
日期:2020-09-17 00:16:15 来源:oir作者:oir