Παράδειγμα:
athena:~> df Filesystem 1024-blocks Used Available Capacity Mounted on /dev/hda1 243497 232125 0 100% / /dev/sda1 234961 213177 9651 96% /home /dev/hda3 221535 114008 96087 54% /home3 /dev/hdb1 302030 218400 68032 76% /home1 /dev/hdb2 197140 81081 105879 43% /home2 /dev/hdb3 427409 297456 107878 73% /usr/apps /dev/hdb4 72211 52270 16212 76% /tmp athena:~> mount /dev/hda1 on / type ext2 (rw) /dev/sda1 on /home type ext2 (rw,nosuid) /dev/hda3 on /home3 type ext2 (rw,nosuid) /dev/hdb1 on /home1 type ext2 (rw,nosuid) /dev/hdb2 on /home2 type ext2 (rw,nosuid) /dev/hdb3 on /usr/apps type ext2 (rw,nosuid) /dev/hdb4 on /tmp type ext2 (rw,nosuid) none on /proc type proc (rw)