Add note about dd
This commit is contained in:
parent
ce61a27f1f
commit
f1d5ef8cd0
1 changed files with 9 additions and 0 deletions
9
notebook/Linux/Tools/dd.md
Normal file
9
notebook/Linux/Tools/dd.md
Normal 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
|
||||||
|
```
|
Loading…
Reference in a new issue