Update Workflows/Linux/Expand XFS Filesystem.md

This commit is contained in:
2024-11-22 12:29:24 -07:00
parent 390052a9cd
commit 74bfa0c01c

View File

@ -71,7 +71,7 @@ sudo xfs_growfs /
## 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.
!!! example !!! example "Example Command Output"
Command: `lsblk | grep "sda4"` Command: `lsblk | grep "sda4"`
``` ```
└─sda4 8:4 0 1014.5G 0 part / └─sda4 8:4 0 1014.5G 0 part /