惜风不起、唯有努力!
zabbix 告警 Free inodes is less than 20% on volume /

zabbix 告警 Free inodes is less than 20% on volume /

#查看索引
df -i

#查找inodes多的目录
for i in /*; do echo $i; find $i |wc -l ;done

#太多文件的话可以分段删除
cd xxx  # xxx是你的目录
ls | xargs -n 500 rm -f 

发表回复

您的电子邮箱地址不会被公开。