diff --git a/notebook/Linux/Tools/dd.md b/notebook/Linux/Tools/dd.md new file mode 100644 index 0000000..4dd1d43 --- /dev/null +++ b/notebook/Linux/Tools/dd.md @@ -0,0 +1,9 @@ +--- +tags: image terminal +--- + +Flashing an image to a USB drive: + +```sh +dd if=file.img of=/dev/sdx bs=64M status=progress +``` \ No newline at end of file