The du command can summarize disk usage for files and directories. By using du on a
mount point you effectively get the disk space used on a file system.
While du can go display each subdirectory recursively, the -s option will give you a total
summary for the parent directory. This option is often used together with -h. This means du
-sh on a mount point gives the total amount used by the file system in that partition.