updated readme

This commit is contained in:
matthias@arch 2022-12-08 01:52:59 +01:00
parent c2e18f2703
commit 847c7b37cf

View File

@ -9,7 +9,8 @@ in any POSIX shell,
*if* the user wasn't as stupid... *if* the user wasn't as stupid...
That's why I wrote a bash script that actually creates the whole filesystem from the input-file. That's why I wrote a bash script that actually creates the whole filesystem from the input-file.
It does so (by default) in `/tmp`. The sizes for the files are only allocated so that `du` shows the filesize, no write operations are taking place. It does so (by default) in `/tmp`. The sizes for the files are only allocated, so that `du` shows the filesize.
No actual write operations are taking place, which makes recreating the file structure pretty fast.
### I am stupid ### I am stupid
The problem is, that (even empty) directories have a size, which also increases with every file and subdirectory in it. The problem is, that (even empty) directories have a size, which also increases with every file and subdirectory in it.