Disk drive shows up in device manager but not disk manager or diskpart

Drive used to be part of a storage pool Cannot Delete A Storage Pool Because It Is Read Only

with PowerShell. Get the name of the Storage Pool, also known as the friendly name – for example Pool1. Then run: Get-StoragePool –FriendlyName “Pool1” | Set-StoragePool –IsReadOnly $false Then if you are sure, you can delete the storage pool, thus cleaning the disks for reuse: Get-StoragePool –FriendlyName “Pool1” | Remove-StoragePool

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>