当我运行get-storagepool
命令时,我有一个带有一个存储池的 Windows 10 Pro(4 个磁盘中的 2 个镜像),我看到还有另一个Primordial
我没有创建的奇怪存储池。
FriendlyName OperationalStatus HealthStatus IsPrimordial IsReadOnly Size AllocatedSize
------------ ----------------- ------------ ------------ ---------- ---- -------------
Primordial OK Healthy True False 4.76 TB 3.6 TB
Storage pool1 OK Healthy False False 3.6 TB 1.86 TB
当我尝试删除此池时,我收到错误和 0 google 结果。
Remove-StoragePool -FriendlyName Primordial
WARNING: An operation was attempted on the primordial storage pool
which was not supported. This operation might have succeeded for other
objects in the pipeline.
Remove-StoragePool : This operation is not supported on primordial storage pools.
Activity ID: {d02ca163-e71d-4d67-9a69-705b736f5c69}
At line:1 char:1
1. Remove-StoragePool -FriendlyName Primordial
2. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (StorageWMI:ROOT/Microsoft/...SFT_StoragePool) [Remove-StoragePool], C
imException
+ FullyQualifiedErrorId : StorageWMI 48000,Remove-StoragePool
- “不支持”是什么意思
- 如何删除这个存储池?