ROOT fs is full but no files consumed more space

one our linux machine root fs usage shows 90% but inode use %

i sarched more then 10 MB files and found few with less mb,s

any once help to solve this

[kk787049@coen ~]$ df -h /
Filesystem            Size  Used Avail Use% Mounted on
/dev/cciss/c0d0p3     3.9G  3.3G  409M  90% /
[kk787049@coen ~]$ df -i /
Filesystem            Inodes   IUsed   IFree IUse% Mounted on
/dev/cciss/c0d0p3    1048576   62966  985610    7% /
[kk787049@coen ~]$
  • login as root ;

  • try :

# find /* -xdev -maxdepth 0 -type d -exec du -s {} \;

this should give you a report of disk usage per directory ;

HTH

good luck, and success !

_______________________________________________________
alexandre botao
(progsmith, polymath, ideator)
"comets never dodge"

7.6M    /bin
15M     /boot
212K    /dev
53M     /etc
235M    /lib
18M     /lib64
16K     /lost+found
8.0K    /media
8.0K    /misc
8.0K    /mnt
0       /proc
412K    /root
54M     /sbin
8.0K    /selinux
16K     /share
8.0K    /srv
0       /sys
784K    /tmp
1.7G    /usr
4.0K    /webapp

i ran that cmd and found nothing used much as root is 4 G confgiured

If you tried deleting files that were in use to free up space, then they still exist and won't truly be deleted until the process holding them open is killed or you reboot the system.

  • you see ... there may be directories whose name begin with "." - which will not be found by the command I suggested ;

  • try :

ls -aF /

to see if there are any such directories ...

ok ?

HTH

Can you reboot the computer? This will clear any files which have been deleted while they were still open by a process.

Also check the root directory itself visually and look for rogue large files:
ls -ald /* | more

Is that the total size of the partition? I only see 4 GB allocated for the total slice. I am just wondering what kind of server is deployed.

/ is 4G only
/var 8G
/opt 8G
/boot 200M

Reboot done many time but still issue is there

---------- Post updated at 01:44 PM ---------- Previous update was at 01:43 PM ----------

Filesystem            Size  Used Avail Use% Mounted on
/dev/sda3             3.8G  3.4G  185M  95% /
/dev/mapper/vg00-homevol
                      992M   39M  902M   5% /home
/dev/mapper/vg00-varvol
                      7.8G  620M  6.8G   9% /var
/dev/mapper/vg00-tmpvol
                      992M   34M  908M   4% /tmp
/dev/mapper/vg00-optvol
                      7.8G  284M  7.1G   4% /opt
/dev/sda1             190M   12M  169M   7% /boot

see for any oracle related application which uses system disk space and does not release it.
Once you kill or restart the process , then ur disk space issue will go off.

server rebooted many time, No oracle installed on this server