mirror of
https://github.com/Brandon-Rozek/website.git
synced 2024-11-22 16:26:28 -05:00
400 B
400 B
title | date | draft | images |
---|---|---|---|
Burning ISOs with dd | 2020-01-20T10:23:20-05:00 | false |
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