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:
parent
04f2a99002
commit
c6ba2affd5
1 changed files with 2 additions and 2 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue