無法讀取磁碟

Microsoft.Windows.Server.10.0.OperatingSystem.LDMCantReadDisk.Alert (Rule)

邏輯磁碟管理員報表表示無法讀取磁碟

Knowledge Base article:

摘要

此事件表示邏輯磁碟管理員無法從動態磁碟讀取資料或將資料寫入動態磁碟。

此事件可能是因磁區損毀所致,或可能表示磁碟整體失敗。

磁碟上磁碟區的資料完整性可能會受失敗影響。使用這些磁碟區的任何應用程式可能會發生錯誤。

此事件由 Dmio.sys 張貼至系統記錄檔中。系統記錄檔可能包含來自其他存放驅動程式且指出失敗原因的其他資訊。

範例事件:

事件類型:資訊

事件來源: dmio

事件類別:無

事件識別碼:29

日期: MM/DD/YYYY

時間: HH:MM:SS AM/PM

使用者: N/A

電腦: Computer_Name

描述:

dmio:硬碟 9 讀取錯誤發生在區塊 445136247: 狀態 0xC000009A

事件類型:警告

事件來源: dmio

事件類別:無

事件識別碼:35

日期: MM/DD/YYYY

時間: HH:MM:SS AM/PM

使用者: N/A

電腦: Computer_Name

描述:

dmio:硬碟 9 區塊 445136247 (掛接點 F:):無法修正的讀取錯誤

事件類型:資訊

事件來源: dmio

事件類別:無

事件識別碼:30

日期: MM/DD/YYYY

時間: HH:MM:SS AM/PM

使用者: N/A

電腦: Computer_Name

描述:

dmio:硬碟 2 寫入錯誤發生在區塊 411779656: 狀態 0xC000009A

相關事件

其他相關狀態碼如下:

0xC000000E STATUS_NO_SUCH_DEVICE = 指定的裝置不存在。

0xC0000185 STATUS_IO_DEVICE_ERROR = I/O 裝置報告一項 I/O 錯誤。

原因

可能的原因包括:

解決方式

執行下列一項或多項操作:

1.開啟磁碟管理嵌入式管理單元。

2.重新掃描磁碟,然後重新啟動有錯誤的所有磁碟。如果磁碟是鏡像或 RAID-5 磁碟區的成員,請在必要時重新同步處理或重新產生磁碟區。

3.在已重新啟動的所有磁碟區上執行 chkdsk

檢查硬體狀態,確定是否有任何失敗 (例如磁碟、控制器或纜線失敗)。在大多數狀況下,系統記錄包含來自較低等級存放驅動程式且指出失敗原因的其他事件。

確定並解決硬體問題之後:

1.開啟磁碟管理嵌入式管理單元。

2.重新掃描磁碟,然後重新啟動有錯誤的所有磁碟。如果磁碟是鏡像或 RAID-5 磁碟區的成員,請在必要時重新同步處理或重新產生磁碟區。

3.在已重新啟動的所有磁碟區上執行 chkdsk

外部

http://go.microsoft.com/fwlink/?LinkId=25824

Element properties:

TargetMicrosoft.Windows.Server.10.0.OperatingSystem
CategoryEventCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
LDM - 無法讀取磁碟
{0}
Event LogSystem

Member Modules:

ID Module Type TypeId RunAs 
EventDS DataSource Microsoft.Windows.EventProvider Default
GenerateAlert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="Microsoft.Windows.Server.10.0.OperatingSystem.LDMCantReadDisk.Alert" Enabled="true" Target="ServervNext!Microsoft.Windows.Server.10.0.OperatingSystem" ConfirmDelivery="true">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="EventDS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>System</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventSourceName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>DISK</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>31</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertMessageId>$MPElement[Name="Microsoft.Windows.Server.10.0.OperatingSystem.LDMCantReadDisk.Alert.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>