BackupPartitionsViaDDandSfdisk

From DrewWiki
Revision as of 00:12, 13 February 2016 by Drew (talk | contribs) (Created page with "Backup first 446, then windows partitions.. <pre> # sfdisk -d /dev/sda > drew-8570w-win10_sfdisk # dd if=/dev/sda of=drew-8570w-win10.bs446 bs=446 count=1 # dd if=/dev/sda1 of...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Backup first 446, then windows partitions..

# sfdisk -d /dev/sda > drew-8570w-win10_sfdisk
# dd if=/dev/sda of=drew-8570w-win10.bs446 bs=446 count=1
# dd if=/dev/sda1 of=drew-8570w-win10.sda1
# dd if=/dev/sda2 of=drew-8570w-win10.sda2
# dd if=/dev/sda3 of=drew-8570w-win10.sda3
# dd if=/dev/sda4 of=drew-8570w-win10.sda4