dd: fix incorrect math (#12983)

This commit is contained in:
CleanMachine1
2024-06-16 21:12:53 +01:00
committed by GitHub
parent 26c24b74d7
commit 4e62f7f221
4 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@
- Benchmark the write performance of a disk:
`dd bs={{1M}} count={{1000000}} if=/dev/zero of={{path/to/file_1GB}}`
`dd bs={{1M}} count={{1024}} if=/dev/zero of={{path/to/file_1GB}}`
- Create a system backup, save it into an IMG file (can be restored later by swapping `if` and `of`), and show the progress: