RAID6 setup - adding additional drives

11,855

Your math works out, but take into account that a 2TB drive doesn't deliver 2TB raw, it will be 1.8 or 1.7 so you may need 7 x 2TB drives to get that 8TB usable number.

That being said, a good controller should be able to expand the logical unit to include the new drives, but you'll have to look at the capabilities of the controller. Also keep in mind that your partition inside that logical unit won't expand automatically, you may have to do this after the fact. I'd suggest some kind of logical volume manager like LVM, EVMS, or if this is Windows perhaps set it as a dynamic disk.

Test, test, test, and more testing.

Tom

Share:
11,855

Related videos on Youtube

Paul Hinett
Author by

Paul Hinett

Learning to develop properly using DDD, Nhibernate, IoC etc. Been using WebForms since .Net 1.0.

Updated on September 17, 2022

Comments

  • Paul Hinett
    Paul Hinett almost 2 years

    I want to setup a dedicated server. To begin with we need a minimum of 8TB. I believe I can begin with 6x2TB drives in a RAID6 setup to achieve this.

    Now when I need to increase this capacity to 10TB. I should be able to add a single 2TB disk to the array.

    But is it as simple as just adding another disk. Will I lose any data from my existing drives?

  • Paul Hinett
    Paul Hinett over 13 years
    I have just been told by my provider that RAID6 is not an option. only RAID 0,1,5,10 are available which is not ideal. We have 8TB worth of data currently so RAID10 is too expensive...and 5 I would prefer to avoid.
  • ManiacZX
    ManiacZX over 13 years
    The part of this answer regarding partitions is vital. Many hardware based controllers support expanding a raid array but people tend to forget about the need to then expand the partition on the volume. The partition knows nothing about the raid array and vice versa.
  • SpacemanSpiff
    SpacemanSpiff over 13 years
    No joke, I've seen too many people get burned by this. Whatever partitional or LVM scheme you end up with please TEST expansion and the procedure to do so before putting into production. You don't want to guess at this AFTER the fact.
  • Chopper3
    Chopper3 over 13 years
    It's not dual disk failure that worries me about R5, it's missed single-bit errors (google why people hate R5, there's lots about). Paul if your data and service is valuable to you then you really need to take this seriously, stop using consumer/prosumer SATA drives and do the job properly - otherwise it's only a matter of time until you'll be sat there with no website until you've restored 10TB from backup, which will be slow no matter what it's from.
  • SpacemanSpiff
    SpacemanSpiff over 13 years
    I agree with Chopper. Perhaps a dedicated device for storage is in order here? Replicated to another similar device?
  • Hubert Kario
    Hubert Kario over 13 years
    If we are talking about "marketing Bytes" and "IT Bytes" it's best to use the ISO prefixes to avoid ambiguity: 1TB = 1000000000000 Bytes, 1TiB = 1024^4 Bytes = 1099511627776 Bytes