.profile/notebook/Linux/Tools/dd.md

9 lines
124 B
Markdown
Raw Normal View History

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