OpenWRT x86 Style Disks and Booting: Difference between revisions

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>