Updating dd command

This commit is contained in:
Jose 2023-02-05 19:20:40 -03:00
parent fbba20b017
commit 6d3a5bb293
1 changed files with 10 additions and 1 deletions

View File

@ -5,12 +5,18 @@
~dd~ is a command to convert and copy a file. It is useful to copy information from a
disk.
It can be used to create bootable USB.
It can be used to create bootable USB[fn:1].
Let's say that you need to create a 'live' usb to install or repair a GNU-linux system.
An example with parabola:
** List blocks
#+begin_src sh
lsblk
#+end_src
* First, obtain a ISO image:
https://wiki.parabola.nu/Get_Parabola
* Then, open a shell and use the command
@ -21,3 +27,6 @@ An example with parabola:
The ISO image is copied to "sdb1" (USB volume)
* Footnotes
[fn:1] The USB should be formatted as FAT 32