-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dd: fix incorrect math #12983
dd: fix incorrect math #12983
Conversation
pages/linux/dd.md
Outdated
@@ -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={{1024}} count={{1000000}} if=/dev/zero of={{path/to/file_1GB}}` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
`dd bs={{1024}} count={{1000000}} if=/dev/zero of={{path/to/file_1GB}}` | |
`dd bs={{1024}} count={{1000000}} if=/dev/zero of={{path/to/file_1GB}}` |
Please update the translation pages as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
checked the other pages, they are all fine I believe
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please check again? You're branch was outdated
https://github.com/search?q=repo%3Atldr-pages%2Ftldr%20path%3Alinux%2Fdd.md%201M&type=code
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: Fazle Arefin <fazlearefin@users.noreply.github.com>
Hello! I've noticed something unusual when checking this PR:
Is this intended? If so, just ignore this comment. Otherwise, please double-check the commits. |
common
,linux
,osx
,windows
,sunos
,android
, etc.Massive oversight here, just a 1TB test file...