All of lore.kernel.org
 help / color / mirror / Atom feed
From: John Robinson <john.robinson@anonymous.org.uk>
To: Mark Knecht <markknecht@gmail.com>
Cc: Linux RAID <linux-raid@vger.kernel.org>
Subject: Re: Removing a failing drive from multiple arrays
Date: Sun, 22 Apr 2012 19:41:21 +0100	[thread overview]
Message-ID: <4F9450D1.40305@anonymous.org.uk> (raw)
In-Reply-To: <CAK2H+efwgznsS4==Rrtm6UE=uOb25-Q0Qm84i8yAJEJJ2JLdgg@mail.gmail.com>

On 20/04/2012 17:50, Mark Knecht wrote:
> On Fri, Apr 20, 2012 at 9:31 AM, John Robinson
> <john.robinson@anonymous.org.uk>  wrote:
[...]
>> On small machines (3-6 drives) I will regularly have a RAID-1 /boot, RAID-10
>> swap and RAID-5 or 6 everything else, done with partitions. I do use LVM too
>> though - that "everything else" will be LVM over the big RAID.
>
> Thanks for the info John. Can you tell me what are the requirements
> for the RAID-1 /boot? grub2? initrd? BIOS-based RAID? Something else?
> I'm still just mirroring my boot drives - booting from sda1 but
> copying everything to /sdb1, sdc1, etc. I think I'd like to go full
> RAID on /boot if the requirements are too high.

Pretty much any modern distro's installer will do the right thing with 
whatever boot loader it uses. Also, there are so many boot methods - 
BIOS/MBR, GPT, UEFI - that in one short email it's tricky to give advice 
in one short email. It's all out there via Google.

But no, you can do a RAID-1 /boot with LILO or grub, and without BIOS 
RAID. The BIOS will boot off the first available hard drive and doesn't 
understand md RAID. grub doesn't understand md RAID either. You have to 
make your md RAID-1 /boot with metadata 1.0 (or 0.90) because they have 
the data at the beginning so when you create a filesystem on the array, 
each individual component (partition) looks like it has a filesystem on 
it. You install grub (or LILO) onto the MBR (or GPT boot partition, 
which isn't the same as your /boot partition), pointing to the partition 
(not the md array).

grub2 does understand md RAID, but has to be loaded by the BIOS, so 
there are still restrictions.

Without either hardware or BIOS RAID, you can still end up being unable 
to boot, e.g. the BIOS will try to boot from the first hard drive 
present, but if it has bad sectors in the MBR or /boot partition, 
booting may fail even though there's a perfectly good mirror on the 
second drive, because the BIOS doesn't understand RAID. This has 
happened to me :-(

Cheers,

John.

  parent reply	other threads:[~2012-04-22 18:41 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-19 18:54 Removing a failing drive from multiple arrays Bill Davidsen
2012-04-19 21:52 ` NeilBrown
2012-04-20 14:30   ` Bill Davidsen
2012-04-22 22:33   ` Bill Davidsen
2012-04-22 22:55     ` NeilBrown
2012-04-25  0:07   ` Bill Davidsen
2012-04-20 14:35 ` John Stoffel
2012-04-20 16:31   ` John Robinson
     [not found]     ` <CAK2H+efwgznsS4==Rrtm6UE=uOb25-Q0Qm84i8yAJEJJ2JLdgg@mail.gmail.com>
2012-04-22 18:41       ` John Robinson [this message]
2012-04-26  2:37         ` Bill Davidsen
2012-04-26  6:19           ` John Robinson
2012-04-26  7:36           ` Brian Candler
2012-04-26 12:59             ` Bill Davidsen
2012-04-26 13:23               ` Brian Candler
2012-04-26 21:17                 ` Bill Davidsen

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=4F9450D1.40305@anonymous.org.uk \
    --to=john.robinson@anonymous.org.uk \
    --cc=linux-raid@vger.kernel.org \
    --cc=markknecht@gmail.com \
    /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.