From d4f6b4d1235ba696767bf4a8e7f27fdc1ff07bc9 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Wed, 6 Aug 2025 19:21:08 +0300 Subject: [PATCH] kpartx: add verbose output to example (#17496) --- pages/linux/kpartx.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/linux/kpartx.md b/pages/linux/kpartx.md index e4065a0fad..bbf7cce2f2 100644 --- a/pages/linux/kpartx.md +++ b/pages/linux/kpartx.md @@ -3,9 +3,9 @@ > Create device maps from partition tables. > More information: . -- Add partition mappings: +- Add partition mappings and print created mappings: -`kpartx -a {{whole_disk.img}}` +`kpartx -av {{whole_disk.img}}` - Delete partition mappings: