linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: rrk <rrk@prairie.lakes.com>
To: linux-raid@vger.kernel.org
Subject: bd_claim error
Date: Sun, 20 Mar 2005 02:05:35 -0600	[thread overview]
Message-ID: <423D2ECF.6040103@prairie.lakes.com> (raw)

i was building a simple raid 1 array and when i went to add hda1 i got a
mdadm could not bd_claim hda1  error the mdstat shows md0 up and running
this is the first time i have seen this error kernel is 2.6.10 
debian/kanotix with raid built in
what does it mean?

this is what i did
mdadm --create /dev/md0 --level=1 --raid-devices=2 missing /dev/hdc1
set partition type to fd for both drives
mkfs.ext3 /dev/md0
cp -R /  /mnt/hdc1

edited grub to boot from hdc1
rebooted
chked mdstat
and checked superblocks with mdadm -E /dev/md0 /dev/hdc
all looked good
mdadm --add /dev/md0 /dev/hda1 
failed with mdadm could not bd_claim hda1
md error  md_import_device() returned -16

thanks
rob

                 reply	other threads:[~2005-03-20  8:05 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=423D2ECF.6040103@prairie.lakes.com \
    --to=rrk@prairie.lakes.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).