From 104e153614b96e3ebc97f9050f9de69447b3a901 Mon Sep 17 00:00:00 2001 From: ralfk Date: Tue, 22 Oct 2024 18:13:11 +0200 Subject: [PATCH] Bauer: 2024-10-22 18:13:11 --- Technik/Linux-Volume-Manager.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Technik/Linux-Volume-Manager.md b/Technik/Linux-Volume-Manager.md index 1a7b92d..3646075 100644 --- a/Technik/Linux-Volume-Manager.md +++ b/Technik/Linux-Volume-Manager.md @@ -10,7 +10,7 @@ Resize the filesystem that resides on that volume_: ```bash resize2fs /dev/VolGroup00/root ``` -Note: resize2fs_Â_ may take a while to expand the file system on a large volume, so you may want to open a second terminal and monitor the progress with the following command: +Note: resize2fs may take a while to expand the file system on a large volume, so you may want to open a second terminal and monitor the progress with the following command: ```bash watch df -h