Skip to content

Instantly share code, notes, and snippets.

@jonathanschilling
Created January 11, 2024 21:14
Show Gist options
  • Save jonathanschilling/92e26466c0e4ee6b8639c4d3df4ebe5d to your computer and use it in GitHub Desktop.
Save jonathanschilling/92e26466c0e4ee6b8639c4d3df4ebe5d to your computer and use it in GitHub Desktop.
synchronized dd for writing images to USB flash drives
#!/bin/bash
sudo dd if=ubuntu-22.04.3-live-server-amd64.iso of=/dev/sdd bs=1M status=progress oflag=sync
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment