linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Andre Noll <maan@systemlinux.org>
To: Dariusz Malec <dariusz.malec@gmail.com>
Cc: linux-raid@vger.kernel.org
Subject: Re: raid1+raid0 mdadm
Date: Tue, 21 Mar 2006 19:00:50 +0100	[thread overview]
Message-ID: <20060321180050.GC27173@skl-net.de> (raw)
In-Reply-To: <44203782.2000505@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 687 bytes --]

On 18:27, Dariusz Malec wrote:

> I can't configure mdadm. I have created 2 raid1 devices and i wanted to 
> connect  them with raid0. Everything is fine when i use command line, 
> but after reboot mdadm starts only raid1 devices.

Are you using udev?

IIRC, there was an issue with stacked md devices like yours. Your
problem might be that the device node for the final raid0 is missing.

If your raid1's are md0 and md1, add

	mknod -m 600 /dev/md2 b 9 2

to your init scripts, just before calling mdadm.

Of course, that's only an ugly workaround (that once worked for me).

Andre 
-- 
The only person who always got his work done by Friday was Robinson Crusoe

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

  reply	other threads:[~2006-03-21 18:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-21 17:27 raid1+raid0 mdadm Dariusz Malec
2006-03-21 18:00 ` Andre Noll [this message]
2006-03-25 18:26   ` Luca Berra
  -- strict thread matches above, loose matches on Subject: below --
2006-04-15 21:32 Herta Van den Eynde

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=20060321180050.GC27173@skl-net.de \
    --to=maan@systemlinux.org \
    --cc=dariusz.malec@gmail.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).