From 5abe41eb4dad9b5a2914286eb8b2a7a5b4011bc0 Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Wed, 14 Oct 2015 14:36:42 -0500 Subject: [PATCH] Fix a typo in the latest til. --- devops/running-out-of-inode-space.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devops/running-out-of-inode-space.md b/devops/running-out-of-inode-space.md index 39f9305..3e6fac8 100644 --- a/devops/running-out-of-inode-space.md +++ b/devops/running-out-of-inode-space.md @@ -8,7 +8,7 @@ location and other data. Though it is uncommon, it is possible to run out of `inode` space before running out of disk space (run `df` and `df -i` to see the levels of each). When this happens, the system will complain that there is `No space left on -device`. Both `inode` space and disk space is needed to create a new file. +device`. Both `inode` space and disk space are needed to create a new file. How can this happen? If lots of directories with lots of empty, small, or duplicate files are being created, then the `inode` space can be used up