Difference between revisions of "Clone an SD card with dd"

From wikieduonline
Jump to navigation Jump to search
(Created page with "<ref>https://askubuntu.com/questions/227924/sd-card-cloning-using-the-dd-command</ref> :1) Copy content: <code>sudo dd if=/dev/sdt of=~/sd-card-clone.img</code> :2) Change car...")
Tags: Mobile web edit, Mobile edit
 
 
Line 7: Line 7:
 
== See also ==
 
== See also ==
 
* {{sd}}
 
* {{sd}}
 +
* {{dd}}
 +
 +
 +
[[Category:Computing]]

Latest revision as of 08:56, 21 September 2020

[1]

1) Copy content: sudo dd if=/dev/sdt of=~/sd-card-clone.img
2) Change card
3) Overwrite card with copied image: sudo dd if=~/sd-card-copy.img of=/dev/sdt


See also[edit]

  • https://askubuntu.com/questions/227924/sd-card-cloning-using-the-dd-command
  • Advertising: