Back in the olden days, not so long ago, with old-fashioned partition tables, it was possible to use sfdisk to dump the partition table from one disk in such a way as to be able to write the identical partition table into another same-sized disk. This was often used to prepare disks for RAID1 mirroring. The incantation was something like:
# sfdisk --dump /dev/sda | sfdisk /dev/sdb What is the equivalent in these modern times with GPT-style partition tables? Thanks! -- Russell Senior, President [email protected] _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
