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
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:
- 30 Handy Bash Shell Aliases For Linux / Unix / Mac OS X
- Top 30 Nmap Command Examples For Sys/Network Admins
- 25 PHP Security Best Practices For Sys Admins
- 20 Linux System Monitoring Tools Every SysAdmin Should Know
- 20 Linux Server Hardening Security Tips
- Linux: 20 Iptables Examples For New SysAdmins
- Top 20 OpenSSH Server Best Security Practices
- Top 20 Nginx WebServer Best Security Practices
- 20 Examples: Make Sure Unix / Linux Configuration Files Are Free From Syntax Errors
- 15 Greatest Open Source Terminal Applications Of 2012

- My 10 UNIX Command Line Mistakes
- Top 10 Open Source Web-Based Project Management Software
- Top 5 Email Client For Linux, Mac OS X, and Windows Users
- The Novice Guide To Buying A Linux Laptop













{ 3 comments… read them below or add one }
how to format a hard disk which was deleted completely?
Use mkfs.ext3 to format hardisk.
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