b5media.com

Advertise with us

Enjoying this blog? Check out the rest of the Technology Channel Subscribe to this Feed

New Linux User

HOWTO: See How Much Free Disk Space I Have?

by Jon on October 5th, 2005

There are various GUI tools in both KDE and Gnome to view the disk space usage of any particular disk, but one sure fire way to see all your disks at once is to open a terminal window and type:

df

This command will report the disk usage of all mounted drives. On my system, for example, df nets me this:

jon@jonzbox:~$ df

Filesystem 1K-blocks Used Available Use% Mounted on
/dev/hda4 18160624 2092472 15145620 13% /
tmpfs 224912 0 224912 0% /dev/shm
/dev/hda3 10317860 42900 9750840 1% /home
/dev 18160624 2092472 15145620 13% /.dev
none 5120 2808 2312 55% /dev
/dev/hdc 529470 529470 0 100% /media/cdrom0

This is a fairly new install, so you may note that there is virtually nothing in my home directory (which I have dsignated as its own partition) yet.

POSTED IN: General

3 opinions for HOWTO: See How Much Free Disk Space I Have?

Have an opinion? Leave a comment:




Check Spelling
Activate Spell Check while Typing