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 @@
- 디스크의 쓰기 성능 벤치마크:
`dd bs={{1M}} count={{1000000}} if=/dev/zero of={{경로/대상/1GB_파일}}`
`dd bs={{1M}} count={{1024}} if=/dev/zero of={{경로/대상/1GB_파일}}`
- IMG 파일로 시스템 백업을 생성하고 진행 상황 표시: