Disk Usage

Command Description
df -h Shows free space on mounted filesystems
fdisk -l Shows disks partitions sizes and types
du -ah Displays disk usage in human readable form
findmnt Displays target mount point for all filesystems
mount device-path mount-point Mounts a device to the device-path
df -i Shows free inodes on mounted filesystems
du -sh Displays total disk usage on the current directory