At some point, you're going to run out of space and need to provision some additional storage.
Steps:
- Expand Volume Capacity
- Expand Partition to Volume Capacity
- Extend Filesystem to the size of partition
You'll need to know a few things like:
lsblk
file -s /dev/sda1
lsblk -f
blkid
df -h
growpart /dev/sda 1
command specific to filesystem used, this for ext
resize2fs /dev/sda1
du -hs /home/marcload