From 1b713668c9496e823ba918427d1c4660eeca8d23 Mon Sep 17 00:00:00 2001 From: Lars Windolf Date: Mon, 19 Aug 2024 20:25:43 +0200 Subject: [PATCH] Update df.md --- runbooks/df.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/runbooks/df.md b/runbooks/df.md index e3ccb39..c15f8d6 100644 --- a/runbooks/df.md +++ b/runbooks/df.md @@ -4,7 +4,10 @@ This runbook is about analyzing disk usage issues. Determine mount point that is full from - df -h + df -h + +In case you are out of inodes run with `-i` instead + df -i # In case you are out of inodes Change directory to the mount point