~/Blog

Brandon Rozek

Photo of Brandon Rozek

PhD Student @ RPI studying Automated Reasoning in AI and Linux Enthusiast.

Burning ISOs with dd/pv

Published on

Updated on

Warning: This post has not been modified for over 2 years. For technical posts, make sure that it is still relevant.

While there are nice graphical tools like Etcher, what is almost always a constant is the tool dd. Therefore, for future reference I’ll just paste the dd command I use to make ISO images.

sudo dd bs=4M if=image.iso of=/dev/sdX status=progress oflag=sync

Alternatively you can use pv

pv image.iso > /dev/sdX
Reply via Email Buy me a Coffee
Was this useful? Feel free to share: Hacker News Reddit Twitter

Published a response to this? :