Some commands for helping with file systems
#File System
List Blocks
lsblk
System Memory details
free -m
Make test data files https://www.skorks.com/2010/03/how-to-quickly-generate-a-large-file-on-the-command-line-with-linux/
dd if=/dev/urandom of=file.txt bs=2048 count=10