df - report file system disk space usage.
Display information of file system in bytes:
df -k
Display information of file system in megabytes:
df -m
Display information of file system in gigabytes:
df -h
Display file system inodes:
df -i
Display file system type:
df -T
Display information of all file system:
df -a