Skip to content

Instantly share code, notes, and snippets.

@red-led
Created February 16, 2026 22:33
Show Gist options
  • Select an option

  • Save red-led/666f79c38686e03c1dbf5bb74f2160c5 to your computer and use it in GitHub Desktop.

Select an option

Save red-led/666f79c38686e03c1dbf5bb74f2160c5 to your computer and use it in GitHub Desktop.
Write Linux iso to usb flash
sudo bash -c 'pv -petab /full/path/to.iso | dd of=/dev/sdX bs=16M conv=fsync status=none'

This will show progress, eta and wiil not need long sync after it's finished.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment