OpenWRT x86 Style Disks and Booting

wiki.TerraBase.info
Revision as of 17:28, 4 September 2023 by Root (talk | contribs) (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>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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