SARG Ate INodes
An index node (or inode) contains metadata information (file size, file type, etc.) for a file system object (like a file or a directory). There is one inode per file system object.
An inode doesn't store the file contents or the name: it simply points to a specific file or directory.
check inode
df -ih
output :
Filesystem Inodes IUsed IFree IUse% Mounted on
/dev/mapper/vg_os-lv_root
1.3M 90K 1.2M 7% /
tmpfs 352K 5 352K 1% /dev/shm
/dev/sda1 128K 46 128K 1% /boot
/dev/mapper/vg_os-lv_var
28M 8.3M 19M 31% /var
/dev/mapper/vg_home-lv_home
117M 12K 117M 1% /home
check spesific
for i in /var/*; do echo $i; find $i |wc -l; done
and then delete huge directory
in /etc/sarg/sarg.conf change param
overwrite_report yes