Update Workflows/Linux/Expand XFS Filesystem.md

This commit is contained in:
2024-11-22 13:04:00 -07:00
parent 48a2b436a0
commit 5d19312d95

View File

@ -71,6 +71,9 @@ sudo partx -u /dev/<diskNumber>
sudo xfs_growfs / sudo xfs_growfs /
``` ```
??? info "Partition Not Expanded?"
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` 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.
## Validate Storage Expansion ## Validate Storage Expansion
At this point, you can leverage `lsblk` or `df -h` to determine if the usable storage space was successfully increased or not. In this example, you can see that I increased my storage space from 512GB to 1TB. At this point, you can leverage `lsblk` or `df -h` to determine if the usable storage space was successfully increased or not. In this example, you can see that I increased my storage space from 512GB to 1TB.