From e52a1d3ba53ce7faeb008bc29bd3a0df57331680 Mon Sep 17 00:00:00 2001 From: developomp Date: Sat, 24 Jul 2021 15:28:11 +0900 Subject: [PATCH] fixed inaccurate partition size --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a29c9cf..12e5cca 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ more information about efi partition can be found in [this](https://wiki.archlin | drive id\* | format | size (2048 byte sectors) | mount location | purpose | | ---------- | ------ | ------------------------ | ---------------- | ------------- | | 1 | FAT32 | 614400 | /boot/efi | EFI partition | -| 1 | ext4 | 614400 | / | root | +| 1 | ext4 | 249449294 | / | root | | 2 | ext4 | 921600000 | /media/pomp/data | data storage | \*index from [storage](#Storage)