linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Keld Jørn Simonsen" <keld@dkuug.dk>
To: linux-raid@vger.kernel.org
Subject: Re: raid1 or raid10 for /boot
Date: Mon, 4 Feb 2008 12:21:40 +0100	[thread overview]
Message-ID: <20080204112140.GB20876@rap.rap.dk> (raw)
In-Reply-To: <20080204091735.GA30156@cthulhu.home.robinhill.me.uk>

On Mon, Feb 04, 2008 at 09:17:35AM +0000, Robin Hill wrote:
> On Mon Feb 04, 2008 at 07:34:54AM +0100, Keld Jørn Simonsen wrote:
> 
> > I understand that lilo and grub only can boot partitions that look like
> > a normal single-drive partition. And then I understand that a plain
> > raid10 has a layout which is equivalent to raid1. Can such a raid10
> > partition be used with grub or lilo for booting?
> > And would there be any advantages in this, for example better disk
> > utilization in the raid10 driver compared with raid?
> > 
> A plain RAID-10 does _not_ have a layout equivalent to RAID-1 and
> _cannot_ be used for booting (well, possibly a 2-disk RAID-10 could -
> I'm not sure how that'd be layed out).  RAID-10 uses striping as well as
> mirroring, and the striping breaks both grub and lilo (and, AFAIK, every
> other boot manager currently out there).

Yes, it is understood that raid10,f2 uses striping, but a raid10,near=2,
far=1 does not use striping, anfd this is what you get if you just make
a    mdadm --create /dev/md0 -l 10 -n 2 /dev/sda1 /dev/sdb1

best regards
keld
-
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  reply	other threads:[~2008-02-04 11:21 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-04  6:34 raid1 or raid10 for /boot Keld Jørn Simonsen
2008-02-04  9:17 ` Robin Hill
2008-02-04 11:21   ` Keld Jørn Simonsen [this message]
2008-02-04 11:48     ` Robin Hill
2008-02-06 18:52 ` Bill Davidsen
2008-02-06 22:43   ` Keld Jørn Simonsen

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=20080204112140.GB20876@rap.rap.dk \
    --to=keld@dkuug.dk \
    --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).