Last active
April 7, 2021 09:14
-
-
Save shawnfeng0/3755e816c300ff73531b2690117b5cd8 to your computer and use it in GitHub Desktop.
dd read and write test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sync && dd if=/dev/zero of=/var/avi/mmc0/tmp.bin bs=1M count=100 && sync && dd if=/var/avi/mmc0/tmp.bin of=/dev/null bs=1M |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment