From ed47c5f756521c0224873d68536aab5488059245 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Mon, 9 Dec 2024 16:41:59 -0700 Subject: [PATCH] Update Workflows/Linux/Expand RHEL Filesystem.md --- Workflows/Linux/Expand RHEL Filesystem.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Workflows/Linux/Expand RHEL Filesystem.md b/Workflows/Linux/Expand RHEL Filesystem.md index 7bb2b56..976b7f6 100644 --- a/Workflows/Linux/Expand RHEL Filesystem.md +++ b/Workflows/Linux/Expand RHEL Filesystem.md @@ -30,7 +30,7 @@ This step goes over how to increase the usable space of the virtual disk within (Just press ENTER) # (9) w # (10) ``` - !!! info "Details" + !!! info "Detailed Breakdown" 1. The first command needs you to enter the disk identifier. In most cases, this will likely be the first disk, such as `/dev/sda`. You do not need to indicate a partition number in this step, as you will be asked for one in a later step after identifying all of the partitions on this disk in the next command. 2. This will list all of the partitions on the disk. 3. This will ask you for a partition number to delete. Generally this is the last partition number listed. In the example below, you would type `4` then press ++enter++ to schedule the deletion of the partition.