mirror of
https://github.com/jbranchaud/til
synced 2026-01-06 16:48:01 +00:00
Fix a typo in the latest til.
This commit is contained in:
@@ -8,7 +8,7 @@ location and other data.
|
|||||||
Though it is uncommon, it is possible to run out of `inode` space before
|
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).
|
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
|
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
|
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
|
duplicate files are being created, then the `inode` space can be used up
|
||||||
|
|||||||
Reference in New Issue
Block a user