SSD Pool "OK, Starting" issue

Ryan Gardner 21 Reputation points
2021-04-15T00:02:25.417+00:00

Get-PhysicalDisk | Format-Table FriendlyName,MediaType,Size,CanPool,CannotPoolReason FriendlyName MediaType Size CanPool CannotPoolReason
------------ --------- ---- ------- ----------------
HP SSD S600 120GB SSD 120034123776 False In a Pool
HP SSD S600 120GB SSD 120034123776 False In a Pool
ST2000DM001-1ER164 HDD 2000398934016 False Insufficient Capacity
TEAM T253X2001T SSD 1024209543168 False Starting

The drive in question used to be connected to a Storage Space pool with the other two 120gb ssds. A month back or so it was fine, I'd wake my computer from sleep and it would work as intended but slowly over time I'd get this error message from windows claiming my storage space was having issues and to restart my computer. Having done so repeatedly it would fix the problem for maybe an hour at best then say the storage space had issues again.

Skip to now, it shows up in disk management, and I can't clean it through diskpart. I've tried to delete it's partitions and it claims it's successful even though it doesn't remove the partition! It actually takes the drive offline entirely. I've tried a variety of different options and am at a loss. As it says the drive is otherwise healthy. Is there a way to get this drive back into a functioning state or is it just done for?
87954-screenshot-2021-04-14-182732.png

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
12,075 questions
0 comments No comments
{count} votes

Accepted answer
  1. Xiaowei He 9,936 Reputation points
    2021-04-15T07:32:44.737+00:00

    Hi,

    Do you mean you would like to use the "ST2000DM001-1ER164 HDD 2000398934016" disk to create a storage pool, however, there's a partition on it and it shows "Insufficient Capacity".

    Does the disk show as Games (G:) or the Unallocated partition? Please highlight it in the disk manager.

    Besides, please also show the screenshot like below:

    88132-image.png

    Besides, please try to use the powershell command "Clear-disk" to remove the partition, check if there's any error, if yes, please provide the error message:

    https://learn.microsoft.com/en-us/powershell/module/storage/clear-disk?view=windowsserver2019-ps

    https://learn.microsoft.com/en-us/windows-server/storage/storage-spaces/storage-spaces-states

    Thanks for your time!
    Best Regards,
    Anne

    -----------------------------

    If the Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Ryan Gardner 21 Reputation points
    2021-04-16T15:27:17.577+00:00

    I'm sorry I should've been more specific, the drive in question that is having the issue is the TEAM T253X2001T.

    PS C:\Users\rngar> Get-PhysicalDisk

    Number FriendlyName SerialNumber MediaType CanPool OperationalStatus HealthStatus Usage Size


    1 HP SSD S600 120GB HBSA19185601191 SSD False OK Healthy Auto-Select 111.79 GB
    5 Generic Flash Disk ♥3 Unspecified False OK Healthy Auto-Select 14.65 GB
    3 HP SSD S600 120GB HBSA18371306444 SSD False OK Healthy Auto-Select 111.79 GB
    2 ST2000DM001-1ER164 Z4Z6PK34 HDD False OK Healthy Auto-Select 1.82 TB
    0 TEAM T253X2001T AA000000000000000076 SSD False {Starting, OK} Unknown Unknown 953.87 GB

    I can't believe it but upon trying Clear-Disk that seemed to have worked this time for some reason! Thank you, I truly appreciate it!


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.