1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 12:15:23 +02:00

badblocks: fix typo

This commit is contained in:
siavashsoleymani 2020-10-27 09:59:17 +03:30 committed by Owen Voke
parent 04f2a99002
commit c6ba2affd5

View file

@ -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}}`