du -h -d 1 / | sort -hr
du -hs /* | sort -hr
du -h -d 1 / | sort -hr | head -10
du -hcx --max-depth=6 / | sort -rh | head -n 20
find / -mount -ignore_readdir_race -type f -exec du -h "{}" + 2>&1 > | sort -rh | head -n 20