Physical disk %1 failed an IO operation. Return Code: %2. Additional related events may be found in the System event log ...

Physical disk %1 failed an IO operation. Return Code: %2. Additional related events may be found in the System event log for Disk %3.
                 

                 
This disk may need to be replaced. To view its reliability counters, run this command in PowerShell:
                 
Get-PhysicalDisk | ?{ $_.ObjectId -Match "%1" } | Get-StorageReliabilityCounter
                 

                 
This disk may be located using the following information:
                 

                 
Drive Manufacturer: %4
                 
Drive Model Number: %5
                 
Drive Serial Number: %6
                 

                 
More information can be obtained using this PowerShell command:
                 
Get-PhysicalDisk | ?{ $_.ObjectId -Match "%1" }
                 

                 
If this disk is in an enclosure, it may be located using the following information:
                 

                 
Enclosure Manufacturer: %7
                 
Enclosure Model Number: %8
                 
Enclosure Serial Number: %9
                 
Enclosure Slot: %10
                 

                 
It may also be located by running this command in PowerShell:
                 
Get-PhysicalDisk | ?{ $_.ObjectId -Match "%1" } | Enable-PhysicalDiskIndication