linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Spencer Tuttle <rodeojones@fastmail.fm>
Cc: linux-raid@vger.kernel.org
Subject: Re: Autostart RAID1 on boot
Date: Tue, 15 Nov 2005 16:05:37 -0700	[thread overview]
Message-ID: <437A69C1.6070105@fastmail.fm> (raw)
In-Reply-To: <20051115170603.GA32673@jose.lug.udel.edu>

Ross Vandegrift wrote:
> On Tue, Nov 15, 2005 at 09:50:59AM -0700, Spencer Tuttle wrote:
> 
>>What do I have to do to autostart this array on boot?
> 
> 
> Read Documentation/md.txt in your kernel source.  Has lots of cool
> options for setting up kernel assembly on boot.
> 
> If you have a reasonably recent array with persistent superblocks,
> something like this will do you fine for your root partition:
> 	md=0,/dev/hda1,/dev/hdc1
> 
> If you use initrd/early userspace stuff then you can also drop mdadm
> in your initrd image and get it to start the array.  If you're using
> Debian, it's mkinitrd scripts automatically support that if you get
> things setup properly.
> 

That was it I was appending "md=d0,hda,hdb".

I changed to to "md=d0,/dev/hda,/dev/hdb" and It starting working like a 
champ.

Thank You

      reply	other threads:[~2005-11-15 23:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-15 16:50 Autostart RAID1 on boot Spencer Tuttle
2005-11-15 17:06 ` Ross Vandegrift
2005-11-15 23:05   ` Spencer Tuttle [this message]

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=437A69C1.6070105@fastmail.fm \
    --to=rodeojones@fastmail.fm \
    --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).