[aclug-L] Re: RAID question?
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
That depends. For most (all?) hardware RAID controllers, yes, they must be
the same size.
For Linux software RAID, no, they don't need to be the same size. Although
for performance, they should be the same size, or multiples of the same
size.
I've successfully RAIDed a 1g and 500mb drive using Linux software RAID
(long ago when those drives were mildly cool).
What it does in that case, is put 2 blocks on the 1gb drive for every 1
block on the 500mb drive.
Something like this:
1gb 500mb
----------- ---------------
1 2 4 5 7 8 3 6 9 . . .
. . .
If you have mismatched size drives, I believe it will stripe up to the end
of the larger drive. For instance:
1gb 1.2gb
---------- ------------
...100 102 101 103 104
105 106 107
... 119 120
So at the end of the virtual RAID disk, you lose the advantages of RAID,
because only one disk is being used.
----- Original Message -----
From: "David Carmichael" <dec29111@xxxxxxxxxxxxxxxx-spam>
To: <discussion@xxxxxxxxx>
Sent: Thursday, October 03, 2002 11:32 AM
Subject: [aclug-L] RAID question?
>
> Question about RAID ARRAY
> [ RAID 0 / Level 0 is also referred to as "striping".]
>
> While in a perfect world both harddrives would be the same size, make and
> model...
>
> _But_
> MUST both drives in a RAID ARRAY be the same size, make and
> model??
>
> I have two WD drives one 40gb and one 39gb.
> I have an IDE RAID controller which I am currently only using as an add on
> IDE controller.
>
> --David
>
> -- This is the discussion@xxxxxxxxx list. To unsubscribe,
> visit http://www.complete.org/cgi-bin/listargate-aclug.cgi
>
>
-- This is the discussion@xxxxxxxxx list. To unsubscribe,
visit http://www.complete.org/cgi-bin/listargate-aclug.cgi
- [aclug-L] Re: RAID question?,
Jonathan Hall <=
- [aclug-L] Re: RAID question?, Jonathan Hall, 2002/10/03
- [aclug-L] Re: RAID question?, James Lancaster, 2002/10/03
- [aclug-L] Re: RAID question?, David Carmichael, 2002/10/03
- [aclug-L] Re: RAID question?, flimzy, 2002/10/03
- [aclug-L] Re: RAID question?, David Carmichael, 2002/10/03
- [aclug-L] Re: RAID question?, flimzy, 2002/10/03
- [aclug-L] Re: RAID question?, Kirk Lancaster, 2002/10/03
- [aclug-L] Re: RAID question?, Jonathan Hall, 2002/10/03
- [aclug-L] Re: RAID question?, Kirk Lancaster, 2002/10/03
|
|