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={{path/to/file_1GB}}`
`dd bs={{1M}} count={{1024}} if=/dev/zero of={{path/to/file_1GB}}`
- ساخت یک پشتیبان از سامانه و ذخیرهٔ آن در یک فایل IMG (می‌توان بعداً با تغییر `if` به `of` آن را بازسازی کرد):