Quick way to view your hdd stats.


[root@intmail root]# df -h

Filesystem Size Used Avail Use% Mounted on
/dev/md0 73G 2.8G 66G 4% /
none 504M 0 503M 0% /dev/shm


The -h is for "Human readable" basically tells us GB verse MB etc.

[root@intmail root]# df --help

This will display more information about the df command.