$ df ← Display disk usage Filesystem 1K-blocks Used Available Use% Mounted on /dev/sda5 13172924 3837376 8655600 31% / /dev/sda2 4956316 154760 4545724 4% /home /dev/sda1 194442 12060 172343 7% /boot tmpfs 514304 12 514292 1% /dev/shm /dev/sdb1 31210416 88736 31121680 1% /media/disk $ df -T /home ←Display the filesystem and partition of the directory "/home" Filesystem 1K-blocks Used Available Use% Mounted on /dev/sda2 ext4 4956316 154656 4545828 34% / |
For more examples and options, please refer to the provided link