Update Workflows/Linux/Expand XFS Filesystem.md

This commit is contained in:
2024-11-22 12:28:41 -07:00
parent e198975eca
commit 2a8f9043c2

View File

@ -72,12 +72,18 @@ sudo xfs_growfs /
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
Command:
`lsblk | grep "sda4"`
Output:
```
└─sda4 8:4 0 1014.5G 0 part /
```
Command:
`df -h | grep "sda4"`
Output:
```
/dev/sda4 1015G 145G 871G 15% /
```