From 0786c9420b98e38f4ca64d4b6dee0c950164fa5e Mon Sep 17 00:00:00 2001 From: Joel Mathew Thomas <90510078+joelmathewthomas@users.noreply.github.com> Date: Wed, 11 Sep 2024 18:05:54 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11aca4f..8e9eb08 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ Create a volume group (in this example, it is named `MyVolGroup`, but it can be Create all your logical volumes on the volume group: -*Tip*: If a logical volume will be formatted with ext4, leave at least 256 MiB free space in the volume group to allow using `e2scrub`. After creating the last volume with `-l 100%FREE`, this can be accomplished by reducing its size with `lvreduce -L -256M MyVolGroup/home`. +**Tip**: If a logical volume will be formatted with ext4, leave at least 256 MiB free space in the volume group to allow using `e2scrub`. After creating the last volume with `-l 100%FREE`, this can be accomplished by reducing its size with `lvreduce -L -256M MyVolGroup/home`. ``` # lvcreate -L 4G MyVolGroup -n swap