[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: RAID1- duplicating partition schema on to spare disk



Don't worry, I found that if you use DD you can replicate the partition table
to another disk easily by doing the following:

# dd if=/dev/sda of=/dev/sdc bs=512 count=1

After that its just a matter of using mdadm to add the new spare disk back
in to the array :)

--
View this message in context: http://www.nabble.com/RAID1--duplicating-partition-schema-on-to-spare-disk-t1517475.html#a4121179
Sent from the debian-sparc forum at Nabble.com.



Reply to: