Thread (6 messages) 6 messages, 5 authors, 2021-05-01

Re: add new disk with dd

From: Roman Mamedov <hidden>
Date: 2021-04-29 09:11:23

On Thu, 29 Apr 2021 16:52:21 +0800
d tbsky [off-list ref] wrote:
Hi:
   I want to replace a fault disk for software raid5. there is
something like grub/biosgrub at the beginning of the disk, so if I can
use command below to copy them:

"dd if=/dev/sda of=/dev/sdb bs=1M count=10"

if it is a gpt disk I can use sgdisk to copy the partition table then
radmonize guid.
Do you use whole disks or partitions as MD members? Better use partitions. And
if so, you can simply run "wipefs -a /dev/sdb1" after your dd, to wipe all the
MD metadata that got copied.
however dd may also copy the mdadm superblock which include internal
bitmap(since I don't caculate correct size). I don't know if there is
risk that mdadm will be confused with the bitmap in new disk. although
I have tried and it seems work fine.
Without wiping the metadata, don't plug in both disks at the same time, and
don't even plug in the new disk alone. With metadata at the beginning, mdadm
might pick up the new one as a normally operating array member, whereas it
only has 10 MB of the actual data copied to it.

-- 
With respect,
Roman
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help