linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: jef <jefv@factorylabs.com>
To: linux-raid@vger.kernel.org
Subject: adding a device to existing RAID 0
Date: Thu, 05 Aug 2004 15:38:06 -0600	[thread overview]
Message-ID: <1091741886.5260.12.camel@HT.petrafex> (raw)

after reading & googling all over the place I'm still uncertain that
what I want to do will work. basically I have a 2 device RAID-0 with
existing data on it.

trogdor:# cat /proc/mdstat
Personalities : [raid0]
md0 : active raid0 sdc1[1] sdb1[0]
      1809352448 blocks 8k chunks
       
unused devices: <none>

What I'd like to do is add a third device to increase the capacity.
According to the man page and numerous examples I've found, you can do
this with:

mdadm --add /dev/md0 /dev/sdd

the catch is that all the examples I've seen were for recovering a
RAID-5 (removing a failed device then adding one). Does anyone know if
this will work without destroying the existing data on a RAID-0? 

Thanks in advance!


             reply	other threads:[~2004-08-05 21:38 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-05 21:38 jef [this message]
2004-08-06  4:17 ` solution and OT RAID news-story. (was Re: adding a device to existing RAID 0 Matthew Elvey
2004-08-06 10:17   ` Flashing the drive activity light.... (was Re: solution and OT RAID news-story.) Tim Small
2004-08-10  3:58     ` Matthew Elvey (munged)

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=1091741886.5260.12.camel@HT.petrafex \
    --to=jefv@factorylabs.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).