Re: Resize raid? RAID Reconfig Tool?
- From: Laurent CARON <lcaron@xxxxxxxxxxxxxxxxx>
- Date: Tue, 28 Feb 2006 08:05:38 +0100
Jan Johansson a écrit :
Raid5 on n-1 disks is more like raid0....
Are you sure there? It seem to have come up as one 200GB device?
because you forgot the missing drive
cookiemonster:~# cat /proc/mdstat
Personalities : [raid5]
md0 : active raid5 hdd1[1] hdc1[0]
195358336 blocks level 5, 64k chunk, algorithm 2 [2/2] [UU]
unused devices: <none>
cookiemonster:~#
What you can basically do is build a degraded array (using missing)
mdadm -Cv /dev/md0 -l1 -n3 /dev/hdc1 /dev/hdd1 missing
Wouldn't I want -l5?
my mistake, you're right
It will be like having raid0 (in terms of security) but will let you move your existing data onto it.
...which is what I want, cause the last 200GB is the one with the data
on.
Basically.
Build your new degraded array.
Migrate data to it.
Rebuild your array
You should be done
--
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: Unable to browse smb filesystem from nautilus in Gnome 2.12
- Next by Date: RE: md array not starting?
- Previous by thread: RE: Resize raid? RAID Reconfig Tool?
- Next by thread: RE: Resize raid? RAID Reconfig Tool?
- Index(es):
Relevant Pages
|