From 98decef02a09016d7d91ffc04814149b38a26001 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Mon, 9 Dec 2024 17:06:55 -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 ec162f7..935dd34 100644 --- a/Workflows/Linux/Expand RHEL Filesystem.md +++ b/Workflows/Linux/Expand RHEL Filesystem.md @@ -96,7 +96,7 @@ sudo partprobe /dev/ # Drive Example: /dev/sda (Rocky) or /dev/hda (Oracl sudo partx -u /dev/ ``` -??? bug "Partition Size Not Expanded? Reboot." +!!! bug "Partition Size Not Expanded? Reboot." If you notice the partition still has not expanded to the desired size, you may have no choice but to reboot the server, then re-run the `gdisk` or `fdisk` commands a second time. In my lab environment, it didn't work until I rebooted. This might have been a hiccup on my end, but it's something to keep in mind if you run into the same issue of the size not changing. ``` sh