Skip to content

Instantly share code, notes, and snippets.

@diegodorado
Last active April 22, 2019 17:47
Show Gist options
  • Save diegodorado/c54a73f6c08326fc01759251821e315a to your computer and use it in GitHub Desktop.
Save diegodorado/c54a73f6c08326fc01759251821e315a to your computer and use it in GitHub Desktop.
dd, cat, etc
sudo dd if=input.img of=/dev/sdX status=progress
# Synchronize cached writes to persistent storage
sync
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment