.profile/notebook/Linux/Tools/dd.md
2023-04-17 09:07:44 +02:00

9 lines
No EOL
124 B
Markdown

---
tags: image terminal
---
Flashing an image to a USB drive:
```sh
dd if=file.img of=/dev/sdx bs=64M status=progress
```