Thanks, I always wondered what all those fields are. I'm using Kernel 2.4 actually.
Alas, that data still doesn't get me disk partition usage stats.
I don't think /proc has that info.
The best I have come up with is to use /proc/partitions and /etc/mtab to get a list of partitions and then cycle through each doing a statfs.
Thanks for your help.
Fippy.