failed disks

About this tag
The failed disks tag covers discussions about physical disks that have entered error states such as 'lost communication' or 'unrecognized' in clustered environments like Hyper-V and Storage Spaces Direct. Common topics include identifying failed disks with PowerShell commands like Get-PhysicalDisk, retiring disks via Set-PhysicalDisk, and removing them from storage pools. Troubleshooting steps often involve resetting disks or replacing hardware. The tag is relevant for IT professionals managing Windows Server storage, particularly in hyper-converged or clustered setups where disk failures impact availability.
  1. G

    disk on hyper v in "romeving and retired" state

    Hello, after adding disks to a clustered ThinkAgile node, we have the disks in a "lost communication" state. We tried several solutions without success below are the steps we tried First, create an array of the disks that are failing or failed. $disk = get-physicaldisk | where-object...
Back
Top