Disk issues show up as “no space left” even when space looks fine—check inode exhaustion with df -i. df -h summarizes mount points; du -sh totals directories. lsblk maps block devices to mounts; findmnt shows propagation and options. For deep hunts, combine du with sort or use ncdu when installed.
| Command | Shows | Typical flags |
|---|---|---|
| df | Filesystem capacity per mount | -h human, -i inodes, -T types |
| du | Directory usage | -sh summary, -x stay on fs |
| lsblk | Disks, partitions, mounts | -f filesystems, -o columns |