Update Workflows/Linux/Expand RHEL Filesystem.md

This commit is contained in:
2024-12-09 16:41:45 -07:00
parent f0c47caa04
commit a198636cb2

View File

@ -30,7 +30,7 @@ This step goes over how to increase the usable space of the virtual disk within
<FILESYSTEM-TYPE=8300 (Linux Filesystem)> (Just press ENTER) # (9) <FILESYSTEM-TYPE=8300 (Linux Filesystem)> (Just press ENTER) # (9)
w <ENTER> # (10) w <ENTER> # (10)
``` ```
!!! info "Details"
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. 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. 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. 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.