Update Workflows/Linux/Expand RHEL Filesystem.md
This commit is contained in:
@ -96,7 +96,7 @@ sudo partprobe /dev/<drive> # Drive Example: /dev/sda (Rocky) or /dev/hda (Oracl
|
|||||||
sudo partx -u /dev/<diskNumber>
|
sudo partx -u /dev/<diskNumber>
|
||||||
```
|
```
|
||||||
|
|
||||||
??? 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.
|
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
|
``` sh
|
||||||
|
Reference in New Issue
Block a user