因为pool和intel rst一样在磁盘上写metadata,普通格式化是没用的。
1、先在powershell中输入get-physicaldisk命令,获得每块盘状态。
2、然后输入Reset-PhysicalDisk -FriendlyName”PhysicalDiskXXX”
PhysicalDiskXXX就是上条命令get-physicaldisk看到的你要pool那块盘的FriendlyName,然后去存储池里添加就成了。
因为pool和intel rst一样在磁盘上写metadata,普通格式化是没用的。
1、先在powershell中输入get-physicaldisk命令,获得每块盘状态。
2、然后输入Reset-PhysicalDisk -FriendlyName”PhysicalDiskXXX”
PhysicalDiskXXX就是上条命令get-physicaldisk看到的你要pool那块盘的FriendlyName,然后去存储池里添加就成了。