On Tue, 30 Jul 2002, Christensen Tom wrote: > > Filesystem Size Used Avail Use% Mounted on > /dev/hda2 21G 15G 6.0G 71% / > /dev/hda1 23M 20M 1.9M 92% /boot > /dev/hda5 14G 1.8G 11G 13% /home > none 250M 0 250M 0% /dev/shm > > but, like I said, I can only account for about 7GB used on the / partition. >
Try this: find / -type d -maxdepth 1 | egrep -v "home|proc|^/$" | xargs du -sh That should show usage of each directory in /, not including /home and /proc. It's possible you need to fsck /. Later, Bill Carlson -- Systems Programmer [EMAIL PROTECTED] | Anything is possible, Virtual Hospital http://www.vh.org/ | given time and money. University of Iowa Hospitals and Clinics | Opinions are mine, not my employer's. | -- redhat-list mailing list Unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list