To 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
To 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