Thank you both for answering. Dicko, I have gone through the big folders, but still can’t find anything I find “irregular”.
I tried this here:
[[email protected] /]# find / -type f -size +20M -exec ls -lh {} ; | awk ‘{ print $NF ": " $5 }’
/var/lib/rpm/Packages: 29M
/sys/devices/pci0000:00/0000:00:0f.0/resource1: 64M
/sys/devices/pci0000:00/0000:00:0f.0/resource1_wc: 64M
find: /proc/5574/task/5574/fd/5': No such file or directory find:/proc/5574/task/5574/fdinfo/5’: No such file or directory
find: /proc/5574/fd/5': No such file or directory find:/proc/5574/fdinfo/5’: No such file or directory
/tftpboot/firmwaredownloads/digium.1.06.tar.gz: 130M
/tftpboot/firmwaredownloads/cisco.1.02.tar.gz: 68M
/tftpboot/digium/0/D50.eff: 33M
/tftpboot/digium/0/D45.eff: 33M
/tftpboot/digium/0/D40.eff: 33M
/tftpboot/digium/0/D70.eff: 33M
/usr/lib64/libwireshark.so.2.0.10: 55M
/usr/java/jre1.7.0_05/lib/rt.jar: 52M
/usr/lib/locale/locale-archive: 95M
/root/installer-tmp/tmp/install.img: 138M
… I still don’t understand where the last 21 GB is…
This may help, or may send you down a rat hole… No promises.
lsof | sort -n -k 7
If I am remembering my unix correctly (and some quick googling), df will include the space for files that are open by a process that were deleted while the process had them open.