From 9538f7819807c6c03c84c3f87d8a0768f4a27890 Mon Sep 17 00:00:00 2001 From: apex Date: Sat, 28 Jun 2025 07:32:55 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2ff4f5..b40daef 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ tune2fs -O dir_index /dev/DEVICE IN ADDITION, you need like... ALOT of Inodes like 2-3 million, i highly recommend making a DEDICATED ext4 partition JUST FOR this dictionary that has an outrageous inode count personally i recommend a 32-36GB that is 32,000,000,000 bytes / 3,000,000 goal inodes = 10,666 bytes per inode (waow that is crazy) -this is a decently efficent way to patition the format while still leaving a very decent amount of space left for extra files, or whatever future expansion may be required +this is a decently efficent way to patition the format while still leaving a very decent amount of space left for extra files, or whatever future expansion may be required making a filesystem like this would probably require first making an ext4 partition with fdisk, then using mkfs.ext4 -i 10600 to achieve the 10666 bytes per inode ratio... building valDict is very easy, just clone the repo and run: `./downloadDict.sh` then run `./cleanbuild.sh` (beware, building takes a LONGGGG time... (has to write 20gb~ worth of files)) RUN AT OWN RISK BE CAREFUL CAREFUL CAREFUL \ No newline at end of file