Backup, restore and cloning of partition table
Tue, 02/03/2009 - 16:34 — sandipTo backup partition table:
sfdisk -d /dev/sda > sda.tableTo restore the partition table:
sfdisk /dev/sda < sda.tableTo clone partition table:
sfdisk -d /dev/sda | sfdisk /dev/sdb- sandip's blog
- Login or register to post comments