linux_wiki:dd

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
linux_wiki:dd [2015/01/19 23:22]
billdozor
linux_wiki:dd [2019/05/25 23:50] (current)
Line 1: Line 1:
 ====== dd ====== ====== dd ======
  
-Description: Using dd to create a USB bootable image.+**General Information** 
 + 
 +Using dd to create a USB bootable image. 
 + 
 +**Checklist** 
 +  * Distro(s): Any 
 + 
 +----
  
 ===== The command ===== ===== The command =====
Line 8: Line 15:
 </code> </code>
  
-===== Explanation =====+==== Explanation ====
  
   * if = in file, the location of source image   * if = in file, the location of source image
Line 14: Line 21:
   * oflag direct = bypass the cache and write direct to disk   * oflag direct = bypass the cache and write direct to disk
   * bs = write in the specified block size   * bs = write in the specified block size
 +
 +----
  
 ===== Get DD status ===== ===== Get DD status =====
Line 42: Line 51:
 watch -n 10 kill -USR1 8789 watch -n 10 kill -USR1 8789
 </code> </code>
 +
 +----
  
 ===== Alternative DD status ===== ===== Alternative DD status =====
  • linux_wiki/dd.1421727760.txt.gz
  • Last modified: 2019/05/25 23:50
  • (external edit)