linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: linux@horizon.com
To: brad@seatab.com, linux-raid@vger.kernel.org
Subject: Re: Software RAID 0+1 with mdadm.
Date: 8 Feb 2005 14:32:45 -0000	[thread overview]
Message-ID: <20050208143245.13933.qmail@science.horizon.com> (raw)

The only issue is that the md code only auto-scans non-MD partitions when
assembling a RAID array.  You can use mdadm at boot time to put them
together as other people have shown, or you can add an option to the kernel
command line (LILO append="..." option; other boot loaders have something
similar) to help it out.

Since I have my root partition on RAID1+0, I have "md=4,/dev/md2,/dev/md3"
on the kernel command line.  This gets /dev/md4 (which is a RAID-0
made of two RAID-1s) going.

Oh, regarding data placement: I also have the RAID-1 split across
controllers.  Also, I have half the mirror in removable drive trays
for emergency insta-backup (fire or other natural disaster) uses.

There are uses for such things.

             reply	other threads:[~2005-02-08 14:32 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-08 14:32 linux [this message]
  -- strict thread matches above, loose matches on Subject: below --
2005-01-25 22:28 Software RAID 0+1 with mdadm Brad Dameron
2005-01-25 23:04 ` Guy
2005-01-26 20:32   ` Brad Dameron
2005-01-27  5:02     ` Guy
2005-01-26 15:17 ` Luca Berra
2005-01-26 22:14   ` J. Ryan Earl
2005-01-27  5:24     ` Neil Brown
2005-01-27 16:01       ` Luca Berra
2005-01-27 17:02     ` Brad Dameron
2005-01-27  5:30 ` Neil Brown
2005-01-27  8:13   ` Holger Kiehl
2005-01-27 15:50     ` Guy

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=20050208143245.13933.qmail@science.horizon.com \
    --to=linux@horizon.com \
    --cc=brad@seatab.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).