Copying partition scheme 2008-12-31 02:07pm
If you want to copy the partition scheme from one drive to another you can do it rather simply with sfdisk.
sfdisk -d /dev/sdb | sfdisk /dev/sde
If you want to copy the partition scheme from one drive to another you can do it rather simply with sfdisk.
sfdisk -d /dev/sdb | sfdisk /dev/sde