Jump to content

How many implementations of RAID can you put together

I know some people will just stick with say RAID 5 or i some cases (Like Linus did) they'll use RAID 1 and 0 together (RAID 10) I'm just wondering how many implementations of RAID can you put together like could you do RAID 5 and RAID 1 together (So you stripe the disks with parity and then make a carbon copy of it for extra redunadncy.

 

There is more a theoretical question rather than a "Realistically would you do this?" style of question

Link to comment
Share on other sites

Link to post
Share on other sites

You can do almost any combination of RAID levels together:

  • 10
  • 0 + 1 (yes that is actually different)
  • 50 or 60
  • 0 + 5 or 0 + 6 (if you're insane enough)
  • 51 or 61
  • 55 or 56 or 65 or 66 (if you're insane enough)
  • 1 + 5 or 1 + 6 (if you're insane enough)

Hell with software RAID I think you can nest RAIDs more than two levels lol.

 

As for the actually common nested RAIDs those are 10, 50/60 and 51/61 with that last ones being the least common.

Link to comment
Share on other sites

Link to post
Share on other sites

During the LMG video about the Whonnock server failure Linus explained he had 3 controllers running raid 5 and those raid 5's were striped together in Windows. Up until about a month ago I had no idea what any of that even meant lol

There's no place like ~

Spoiler

Problems and solutions:

 

FreeNAS

Spoiler

Dell Server 11th gen

Spoiler

 

 

 

 

ESXI

Spoiler

 

 

 

 

 

 

Link to comment
Share on other sites

Link to post
Share on other sites

One tool that could help conceptualize/visualize here is the Synology RAID Calculator on their support site. Ignore the SHR categories unless you're planning on getting a Synology box as those are proprietary. This helps visualize not only different RAIDs but total storage amounts with different disc amounts/capacities as well.

Seagate Technology | Official Forums Team

IronWolf Drives for NAS Applications - SkyHawk Drives for Surveillance Applications - BarraCuda Drives for PC & Gaming

Link to comment
Share on other sites

Link to post
Share on other sites

There are the standard single level RAID types:
 

Spoiler
  • RAID 0: block striping, no parity
  • RAID 1: mirroring, no parity, no striping
  • RAID 2: bit level striping with Hamming ECC
  • RAID 3: byte level striping with dedicated parity 
  • RAID 4: block level striping with dedicated parity
  • RAID 5: block level striping, distribute parity
  • RAID 6: block level striping, double distributed parity


Then there are standard nested RAID types

Spoiler

RAID 01: RAID 1 array of RAID 0 arrays

RAID 03,53: RAID 3 array of RAID 0 or RAID 5 arrays

RAID 10: RAID 0 array of RAID 1 arrays

RAID 50: RAID 0 array of RAID 5 arrays

RAID 60: RAID  0 array of RAID 6 arrays

RAID 100: RAID 0 array of RAID 0 arrays of RAID 1 arrays


Then you have various non standard RAID types, which I will not list here (most are proprietary anyway). Additionally, in two level nested RAIDS of only standard types you can have 42 possibilities (some may not be useful). In three level arrays you have 210 possibilities... Whatever... The pattern goes on and on like that.

Here are some useful wikipedia articles on the matter:

 

ENCRYPTION IS NOT A CRIME

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×