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
Backup, restore and cloning of partition table
Submitted by sandip on Tue, 02/03/2009 - 16:34
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 »
|
User loginRecent blog posts
Who's onlineThere are currently 0 users and 6 guests online.
|