I had the same problem, and just found the solution after trying just about everything I could think of, including "clean"ing the disk in DISKPART, using the disk manager UI to reinitialize, etc.  I know you're probably all set, but for others, like me, who end up here searching for a solution...

The magic incantation in PowerShell is - "Reset-PhysicalDisk". Here's what I did:

Get-PhysicalDisk !list the physical disks

Get-PhysicalDisk -SerialNumber 123456 |FL !get details for the specific disk

Reset-PhysicalDisk -UniqueId 50000xxxxxxxxxx !reset the disk

That fixed everything - now it come up as "CanPool = True".

Logo

中国智能体开发者社区,聚焦智能体与大模型开发,提供前沿资讯、实用工具链、开源项目及行业案例。通过技术沙龙、开发者大赛等活动,促进经验交流与协作,助力开发者快速构建创新智能应用。

更多推荐