On Wed, August 4, 2004 11:29, Mark Watts said: > Talking of partitioning several disks the same, is there an easy way to > automate this? > Yes. Something like: # sfdisk -d /dev/sda > partition.save # sfdisk /dev/sdb < partition.save Or all at once: # sfdisk -d /dev/sda | sfdisk /dev/sdb I partition all my drives the same so if one fails it is easy to re-partion the new drive by copying the structure from an existing drive. R. -- http://robinbowes.com - To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html