From 02c2ef8c3b524ed6e1cf6568b1242fa063eedaa2 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Fri, 18 Nov 2022 16:24:30 -0500 Subject: [PATCH] doc: display Windows RBD drive letter Give the Powershell command that identifies the Windows drive letter when partitioning a new RBD image. Signed-off-by: Ken Dreyer --- doc/rbd/rbd-windows.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/rbd/rbd-windows.rst b/doc/rbd/rbd-windows.rst index 36d6f242a6ccd..cb07c886ad5be 100644 --- a/doc/rbd/rbd-windows.rst +++ b/doc/rbd/rbd-windows.rst @@ -139,6 +139,10 @@ initializes a partition:: New-Partition -AssignDriveLetter -UseMaximumSize | ` Format-Volume -Force -Confirm:$false + # Show the partition letter (for example, "D:" or "F:"): + (Get-Partition -DiskNumber $diskNumber).DriveLetter + + Limitations ----------- -- 2.39.5