From: "michael@kmaclub.com" <michael@kmaclub.com>
To: chrise@principia.edu
Cc: linux-raid@vger.kernel.org
Subject: Re: problem adding disk
Date: Wed, 24 Sep 2008 07:22:27 -0700 [thread overview]
Message-ID: <48DA4D23.5030704@kmaclub.com> (raw)
In-Reply-To: <48D9B779.1060309@principia.edu>
Chris Eddington wrote:
> Hi,
>
> I had a disk failure and replaced it with an equivalent disk, partition,
> etc.
> It seems to add correctly to the existing array when using mdadm
> /dev/md0 --add /dev/sdd1 after re-syncing, but when I restart the array
> (or reboot) it never accepts it, reporting the message below. It thinks
> the 4th partition is <sdd> instead of sdd1.
> Turns out that /dev/sdd1 does not exist, but fdisk -l reports that it is
> there (also below).
> Try to start the array with just sdd does not work either:
> altair:~$ sudo mdadm --assemble /dev/md0 /dev/sda1 /dev/sdb1 /dev/sdc1
> /dev/sdd
> mdadm: /dev/md0 has been started with 3 drives (out of 4).
> altair:~$ sudo mdadm --stop /dev/md0
Looks similar to an issue I had a month ago:
http://marc.info/?l=linux-raid&m=121882238819928&w=2
Does this sound like the same problem to you?
With Neil's solution:
mdadm --zero-superblock /dev/sdg
You would need to adjust it to /dev/sdd.
Michael
prev parent reply other threads:[~2008-09-24 14:22 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-24 0:25 ANNOUNCE: mdadm 3.0-devel1 - A tool for managing Soft RAID under Linux Neil Brown
2008-09-24 3:43 ` problem adding disk Chris Eddington
2008-09-24 14:22 ` michael [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=48DA4D23.5030704@kmaclub.com \
--to=michael@kmaclub.com \
--cc=chrise@principia.edu \
--cc=linux-raid@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.