OpenWRT x86 Style Disks and Booting: Difference between revisions
Jump to navigation
Jump to search
Created page with "For this experiment EXT 4 will be used (as opposed to SquashFS) === For Cloning a Drive === <code>dd if=/dev/sdX of=/dev/sdY bs=512 count=1</code>" |
mNo edit summary |
||
Line 1: | Line 1: | ||
For this experiment EXT 4 will be used (as opposed to SquashFS) | For this experiment EXT 4 will be used (as opposed to SquashFS) | ||
=== For Cloning a Drive === | ===For Cloning a Drive=== | ||
<code>dd if=/dev/sdX of=/dev/sdY bs=512 count=1</code> | <code>dd if=/dev/sdX of=/dev/sdY bs=512 count=1</code><syntaxhighlight lang="batch"> | ||
Test | |||
</syntaxhighlight> |
Revision as of 17:28, 4 September 2023
For this experiment EXT 4 will be used (as opposed to SquashFS)
For Cloning a Drive
dd if=/dev/sdX of=/dev/sdY bs=512 count=1
Test