# shows total, available, and used. df / -h
df -h or df -h --total or lsblk
#report file system disk space usage df -h or sudo du -sh ./* or du -h -s * #check space with path df / -h or df -h / #check space with type df -Th
df -t ext4