You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: support/windows-server/backup-and-storage/delete-s2d-storage-pool-reuse-disks.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Delete a Storage Spaces Direct Storage Pool and Reset the Physical Sisks
2
+
title: Delete a Storage Spaces Direct Storage Pool and Reset the Physical Disks
3
3
description: Explains how to gracefully delete an S2D storage pool so that you can reuse the disks elsewhere.
4
4
ms.date: 01/07/2026
5
5
manager: dcscontentpm
@@ -71,7 +71,7 @@ To use the procedures from this example, make sure that the following permission
71
71
> [!NOTE]
72
72
>
73
73
> - If you don't specify a node when you run `Get-PhysicalDisk` on any node within an S2D cluster, the output includes all physical disks across all nodes in the cluster. This behavior is by design. Each node maintains awareness of the entire pool's disk inventory--not only the disks that are physically attached to it.
74
-
> - In the command output, note that the **CanPool** property of the 64-GB disks (1002-1004 and 2002-2004) is **False**. This value means that the disks already belong to a storage pool.
74
+
> - In the command output, the **CanPool** property of the 64-GB disks (1002-1004 and 2002-2004) is **False**. This value means that the disks already belong to a storage pool.
75
75
76
76
```output
77
77
Number FriendlyName SerialNumber MediaType CanPool OperationalStatus HealthStatus Usage Size
@@ -205,7 +205,7 @@ To verify that the virtual disks, storage tiers, and the storage pool don't exis
205
205
PS C:\Users\SQLVMADMIN> Get-StoragePool
206
206
```
207
207
208
-
The output of this command resembles the following example. Note that the primordial storage pool is still present.
208
+
The output of this command resembles the following example. Notice that the primordial storage pool is still present.
@@ -240,7 +240,7 @@ After the script finishes, verify the disk status by running the following comma
240
240
PS C:\Users\SQLVMADMIN> Get-PhysicalDisk
241
241
```
242
242
243
-
The output of this command resembles the following example. Note that the**CanPool** property of each disk changed from "False" to "True." The disks don't belong to a storage pool anymore, but they're available to assign to a new storage pool.
243
+
The output of this command resembles the following example. The**CanPool** property of each disk changed from "False" to "True." The disks don't belong to a storage pool anymore, but they're available to assign to a new storage pool.
244
244
245
245
```output
246
246
Number FriendlyName SerialNumber MediaType CanPool OperationalStatus HealthStatus Usage Size
@@ -257,7 +257,7 @@ Number FriendlyName SerialNumber MediaType CanPool OperationalStatus Hea
257
257
258
258
## More information
259
259
260
-
If you remove a physical disk from the storage pool infrastructure without using the process that's detailed in this article, both the storage pool and the disk become unusable. For example, if you remove a disk from one node, the System log of that node generates Event ID 157:
260
+
If you remove a physical disk from the storage pool infrastructure without using the process thatthis article provides, both the storage pool and the disk become unusable. For example, if you remove a disk from one node, the System log of that node generates Event ID 157:
0 commit comments