Add note about dd

This commit is contained in:
Talia 2023-04-17 09:07:44 +02:00
parent ce61a27f1f
commit f1d5ef8cd0
1 changed files with 9 additions and 0 deletions

View File

@ -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
```