Re: Resize raid? RAID Reconfig Tool?
- From: Laurent CARON <lcaron@xxxxxxxxxxxxxxxxx>
- Date: Mon, 27 Feb 2006 23:07:07 +0100
Jan Johansson a écrit :
We use mdadm to administer our software raid. For (certain) hardware raid there other tools available. Just "apt-cache search raid"...
Wait... does mdadm have that built in?
Let's rephrase that.
Lets say I just did
cookiemonster:/mnt/hde1# mdadm --create /dev/md0 --level=5
--raid-devices=2 /dev/hd[cd]1 --auto
mdadm: array /dev/md0 started.
Which gives me a RAID5 on 2x200GB (That right now really is a RAID1)
Raid5 on n-1 disks is more like raid0....
And I later on would like to add _another_ 200GB disk to that array and
turn it into a 400GB RAID5, can mdadm do that?
What you can basically do is build a degraded array (using missing)
mdadm -Cv /dev/md0 -l1 -n3 /dev/hdc1 /dev/hdd1 missing
It will be like having raid0 (in terms of security) but will let you move your existing data onto it.
Laurent
--
To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx with a subject of "unsubscribe". Trouble? Contact listmaster@xxxxxxxxxxxxxxxx
- References:
- RE: Resize raid? RAID Reconfig Tool?
- From: Jan Johansson
- RE: Resize raid? RAID Reconfig Tool?
- Prev by Date: KDE 3.3.2 fails re-install
- Next by Date: Re: Filesystem Snapshot
- Previous by thread: RE: Resize raid? RAID Reconfig Tool?
- Next by thread: RE: Resize raid? RAID Reconfig Tool?
- Index(es):
Relevant Pages
- Re: is my raid1 array really working??
... mdadm -D device ... Raid Level: raid1 ... with a subject of "unsubscribe".
... Trouble? ... (Debian-User) - RE: raid watching
... mdadm is the tool your looking for, ... Is there a built in program that watches
the raid array for problems. ... RH that monitors the raid array? ... unsubscribe
mailto:redhat-list-request@redhat.com?subject=unsubscribe ... (RedHat) - mdadm segfaults - failed upgrade to Lenny - drops to busybox/initramfs
... Updated a box to Lenny from Etch - boot on ... one partition, root and
everything else on an mdadm managed raid5. ... To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx
... (Debian-User) - Is there any GUI for mdadm?
... I'm doing a test on software RAID and wondering if mdadm has a GUI interface
... or package to be installed. ... To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
... (Fedora) - Re: xen, raid and initramfs failure
... W: mdadm: falling back to emergency procedure in initramfs. ... or accepting
the synonyms. ... To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx
... (Debian-User)