From de0b900c6d4331aba592515b5539a01f530cbdce Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sat, 23 Aug 2025 03:27:00 +0300 Subject: [PATCH] resize2fs: clarify example (#17780) --- 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 f6c305185b..6812c6242b 100644 --- a/pages/linux/resize2fs.md +++ b/pages/linux/resize2fs.md @@ -4,7 +4,7 @@ > Does not resize the underlying partition. The filesystem may have to be unmounted first, read the man page for more details. > More information: . -- Automatically resize a filesystem: +- Automatically resize a filesystem to its maximum possible size: `resize2fs {{/dev/sdXN}}`