Lubomir Mateev writes: > > root@thor:/# fdisk -l > > Disk /dev/hda: 15.0 GB, 15000330240 bytes <...> > 9.5T /usr/lib
I'm going to guess filesystem corruption causing a file in /usr/lib (not a subdirectory) to have the wrong block count. Do ls -Ssr /usr/lib and see if you get a big surprise at the end. unmount and fsck it to fix if I'm right. -- Alan Curry
