Understanding RAID and required number of minimum disk in graphical format

by on November 6, 2006 · 3 comments· Last updated November 6, 2006

I had noticed that many new admins and end user get confused with RAID concept. Many think that RAID 0 offers backup protection.

A few points:
a) Redundant array of independent disks (RAID) refers to a data storage scheme using multiple hard drives to share or replicate data among the drives.

b) No matter which RAID array you use backup regularly.

c) For performance always use hardware based RAID controller. If you are tight on budget go for software based RAID. For any production environment I recommend hardware based RAID controller.

c) To make your decision final regarding RAID consider following points:
Your requirements

  • Fault tolerant
  • Speed vs performance vs overhead
  • Your application and required bandwidth
  • Final Cost


(click to enlarge image)

To make your life easy there is a tutorial available online. This tutorial offers:
=> Characteristics of each RAID array
=> Advantages and disadvantages of each RAID array
=> Required number of hard disk for each array
=> Suggested application of each RAID array

See RAID tutorial [acnc.com]



You should follow me on twitter here or grab rss feed to keep track of new changes.

Featured Articles:

{ 3 comments… read them below or add one }

1 kanthavel p.r. December 17, 2008 at 3:12 pm

how to format a hard disk which was deleted completely?

Reply

2 Vivek Gite December 17, 2008 at 3:29 pm

Use mkfs.ext3 to format hardisk.

Reply

3 Keld Simonsen December 18, 2008 at 1:34 pm

The tutorial does not describe RAID10 fully, in particular Linux RAID10 is not described. Linux RAID10 only requires 2 drives, and it can perform like RAID0 for reading (in the far layout) and IMHO it is not expensive. It scales well, and can employ even and odd numbers of drives

Reply

Leave a Comment

You can use these HTML tags and attributes for your code and commands: <strong> <em> <ol> <li> <u> <ul> <blockquote> <pre> <a href="" title="">
What is 13 + 14 ?
Please leave these two fields as-is:
Solve the simple math so we know that you are a human and not a bot.



Previous post:

Next post: