From 24448929846c9baa12b72d15470819b07d1495ab Mon Sep 17 00:00:00 2001 From: Fabian Muscariello Date: Sun, 5 Sep 2021 14:10:10 +0200 Subject: [PATCH] resize2fs: remove false statement (#6392) --- pages/linux/resize2fs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/resize2fs.md b/pages/linux/resize2fs.md index aa1757471a..0ad39faf93 100644 --- a/pages/linux/resize2fs.md +++ b/pages/linux/resize2fs.md @@ -1,7 +1,7 @@ # resize2fs > Resize an ext2, ext3 or ext4 filesystem. -> Does not resize the underlying partition, and the filesystem must be unmounted. +> Does not resize the underlying partition. The filesystem may have to be unmounted first, read the man page for more details. - Automatically resize a filesystem: