Disk
DF
df - Summarize Disk Free Space
df
will produce the following typical output
Filesystem
1K-blocks
Used
Available
Use%
Mounted on
/dev/hda4
1203743
1041310
100240
91%
/
/dev/hda1
818240
264496
553744
32%
/dosc
-a
Includes filesystems that have 0 blocks
-l
Limit to local filesystems
-T
Adds the type string for each filesystem
-h
Produces a more human readable output (1.1G instead of 1041310)
df -T -a -h
will produce the following typical output
Filesystem
Type
1K-blocks
Used
Available
Use%
Mounted on
/dev/hda4
ext2
1.1G
1017M
98M
91%
/
none
proc
0
0
0
0%
/proc
none
nfs
0
0
0
0%
/net
/dev/hda1
vfat
799M
258M
541M
32%
/dosc
see
du
to summarize disk usage