To backup partition table:
sfdisk -d /dev/sda > sda.table
To restore the partition table:
sfdisk /dev/sda < sda.table
To clone partition table:
sfdisk -d /dev/sda | sfdisk /dev/sdb
sfdiskBackup, restore and cloning of partition tableSubmitted by sandip on Tue, 02/03/2009 - 16:34To backup partition table: sfdisk -d /dev/sda > sda.table To restore the partition table: sfdisk /dev/sda < sda.table To clone partition table: sfdisk -d /dev/sda | sfdisk /dev/sdb »
|
User loginRecent blog posts
Who's onlineThere are currently 0 users and 3 guests online.
|