From c6ba2affd5ab05f866ff0933914c9bc8663708b1 Mon Sep 17 00:00:00 2001 From: siavashsoleymani Date: Tue, 27 Oct 2020 09:59:17 +0330 Subject: [PATCH] badblocks: fix typo --- pages/common/badblocks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/badblocks.md b/pages/common/badblocks.md index fbc8b59e6d..3a6ed0365c 100644 --- a/pages/common/badblocks.md +++ b/pages/common/badblocks.md @@ -19,10 +19,10 @@ `sudo badblocks -svw {{/dev/sda}}` -- Search an unmounted disk in desctructive mode and output found blocks to a file: +- Search an unmounted disk in destructive mode and output found blocks to a file: `sudo badblocks -o {{/path/to/file}} -w {{/dev/sda}}` -- Search an unmounted disk in desctructive mode with improved speed using 4K block size and 64K block count: +- Search an unmounted disk in destructive mode with improved speed using 4K block size and 64K block count: `sudo badblocks -w -b {{4096}} -c {{65536}} {{/dev/sda}}`