| clearing inodes Hi all, when i creating new file on root partition i am getting following error " no space left on device" ehwn i checked with df -k and df -h and df -i commands. df -i is giving inodes 100% used.. the diskspace 3gb is free.
how can i clear the inode values. thanks in advance
thanks
Bhupathi Reddy
[root@stony root}# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda7 3.9G 153M 3.6G 5% /
/dev/sda1 2.0G 43M 1.8G 3% /boot
/dev/sda3 4.9G 2.1G 2.5G 46% /bt01
/dev/sda6 4.9G 1.6G 3.1G 34% /home
/dev/sda9 1.7G 49M 1.6G 4% /hr01
/dev/sda2 5.8G 2.9G 2.7G 52% /mt01
/dev/sda10 1.5G 44M 1.4G 4% /opt
none 251M 0 251M 0% /dev/shm
/dev/sda5 4.9G 2.6G 2.1G 56% /usr
/dev/sda8 2.9G 980M 1.8G 35% /var
[root@stony root}#
for checking INode Value ..
[root@stony root]# df -i
Filesystem Inodes IUsed IFree IUse% Mounted on
/dev/sda7 513024 24955 488069 5% /
/dev/sda1 256512 47 256465 1% /boot
/dev/sda3 640000 817 639183 1% /bt01
/dev/sda6 640000 14271 625729 3% /home
/dev/sda9 219968 335 219633 1% /hr01
/dev/sda2 768544 7542 761002 1% /mt01
/dev/sda10 192000 116 191884 1% /opt
none 64148 1 64147 1% /dev/shm
/dev/sda5 640000 146826 493174 23% /usr
/dev/sda8 384000 221035 162965 58% /var
[root@stony root]#
__________________
Thanks,
Bhupathi Reddy
|