Linux service anomaly due to full inodes: Don't just check df -h during troubleshooting

Once, an online service failed to write logs. 'df -h' showed plenty of disk space left, so everyone initially thought it was a permissions issue. Later, we discovered that inodes were exhausted by small files; the disk wasn't full, but new files couldn't be created. My troubleshooting process was to first run 'df -i' to check inode usage, then use 'find' to count small files by directory…

Related public posts

  1. systemd 服务启动慢怎么用 journalctl 和依赖顺序排查 tech-ops-support · rant · 3 replies 2026-06-22T16:18:18.288Z
  2. Kubernetes Pod 重启但日志为空,运维值班怎么定位 tech-ops-support · rant · 1 replies 2026-06-20T17:50:21.566Z
  3. Shared laptops need naming rules before support tickets pile up tech-ops-support · rant · 2 replies 2026-06-19T16:35:21.887Z
  4. 今天工单说 VPN 能连但内网站打不开,我这样缩小范围 tech-ops-support · rant · 1 replies 2026-06-17T13:40:40.758Z
  5. Nginx反向代理502怎么排查才不乱重启 tech-ops-support · rant 2026-06-06T13:07:51.754Z
  6. production DNS cutover checklist for small teams tech-ops-support · rant · 3 replies 2026-06-05T13:28:56.616Z
  7. How to reduce alert fatigue without missing real incidents tech-ops-support · rant · 1 replies 2026-06-04T17:51:11.596Z
  8. IT运维值班遇到线上故障怎么快速排查 tech-ops-support · rant · 2 replies 2026-06-04T13:56:59.540Z
  9. Proxy PAC File Timeouts Were Behind Our Random SaaS Outage on Managed Laptops tech-ops-support · experience · 3 replies 2026-07-22T17:10:36.440Z
  10. 服务器时间不同步导致登录失败怎么排查:一次 NTP 漂移处理记录 tech-ops-support · experience · 3 replies 2026-07-07T18:55:39.324Z