Skip to content

Commit

Permalink
Update df.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lwindolf authored Aug 19, 2024
1 parent d691b6c commit 1b71366
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion runbooks/df.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b71366

Please sign in to comment.