On Fri, Oct 26, 2001 at 04:17:56PM -0500, Joanne Hunter wrote: > > Type df to check this. It reports 0 blocks available on /usr. > > <Joanne> /dev/hda7 963911 923613 0 100% /usr
It's not a bug. A default of 10% of a filesystem is reserved for root's use when a filesystem is created. The amount of blocks available which df reports is the amount usable by anybody (modulo any quotas). It does not include the amount reserved for root. When you "apt-get install wmmatrix", you were doing it as root. That is why it succeeded. -- steven