Same disk identifiers之KB2983588問題處理
看過就好,請不要跟著做。
在處理一個 Docker 問題時,發現 Windows 系統日誌裡有非常大量的 disk 警告:
PS C:\> Get-EventLog -LogName System -EntryType Warning -Source disk -Newest 10 | fl
Index : 636983
EntryType : Warning
InstanceId : 2147745950
Message : Disk 19 has the same disk identifiers as one or more disks connected to the system. Go to Microsoft's support website (http://support.microsoft.com) and search for KB2983588 to resolve the issue.
Category : (0)
CategoryNumber : 0
ReplacementStrings : {\Device\Harddisk19\DR368, 19}
Source : disk
TimeGenerated : 11/29/2019 3:15:49 PM
TimeWritten : 11/29/2019 3:15:49 PM
UserName :
訊息說明,有大量的 disk 有著相同的 identifiers,請參考 KB2983588 來決解問題。

