Hello, Seems these systems are exhibiting the same problem as Jason described.
[EMAIL PROTECTED] albert]$ cat /proc/mounts rootfs / rootfs rw 0 0 /dev/root / ext3 rw 0 0 /proc /proc proc rw 0 0 /dev/hda1 /boot ext3 rw 0 0 none /dev/pts devpts rw 0 0 /dev/hdb1 /home ext3 rw 0 0 none /dev/shm tmpfs rw 0 0 Counting / twice would give the ~110 GB I'm seeing in the reports. How about only counting entries in /proc/mounts whose first entry starts with "/dev/"? Here is the df -a output again: [EMAIL PROTECTED] albert]$ df -a Filesystem 1k-blocks Used Available Use% Mounted on /dev/hda3 36298348 5068852 29385636 15% / none 0 0 0 - /proc /dev/hda1 101089 9067 86803 10% /boot none 0 0 0 - /dev/pts /dev/hdb1 38464340 145436 36365000 1% /home none 514748 0 514748 0% /dev/shm
