Skip to content

Instantly share code, notes, and snippets.

@shawnfeng0
Last active April 7, 2021 09:14
Show Gist options
  • Select an option

  • Save shawnfeng0/3755e816c300ff73531b2690117b5cd8 to your computer and use it in GitHub Desktop.

Select an option

Save shawnfeng0/3755e816c300ff73531b2690117b5cd8 to your computer and use it in GitHub Desktop.
dd read and write test
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