MY knowledge of RAID is minimal to basic.
My setup is an iMac - 1TB with 70gb free
I have 2 external HDs which I use for storage rather than back up - they are clones of each other- made manually rather than with an application. They have 600Gb on it
I have another HD for backing up the imac using carbon copy cloner
I hate the above setup and carbon copy cloner
I want a big HD to use time machine on.
I know I will soon need another 2 HDs for further storage and backup
Can RAID do all of the above - ie for storage and backup if I get a big one like 5TB?
Most files are videos / photos / games
Thanks for your advice
There are 2-3 reasons to run RAID:
- improved speed beyond what a single drive can offer
- fault tolerance, so your data will stay operationally available during a drive failure until you can replace a drive
- more space in a contiguous single area beyond what a single drive can offer
RAID is not backup. RAID will not protect you against
- deleting stuff
- theft of your device
- filesystem corruption (malware, virus, software bug, etc.)
You can use a RAID box as a backup destination - that's a good use of RAID.
Just don't rely on RAID on your main system as primary storage to think that you no longer need a second or third copy of your stuff that is physically seperate from your production storage (and ideally off-site).
If it sounds like RAID is of limited usefulness to a typical end user these days, you would be correct.
With fast SSDs and large drive capacities, the need for RAID for speed and more space is diminishing for single users because SSDs are fast enough and single drives are large enough for the most part today.
RAID today is more useful on servers that provide for multiple users or virtualised environments where many machines are run off a single storage box. RAID on single user machines is becoming more trouble than it is worth - because you still need a backup. RAID won't eliminate your need to back up.
[doublepost=1504661014][/doublepost]
RAID 0 is for merging the drives to gain speed and is shown as one disk with the size of the smallest in there. If one of them fails everything is lost.
RAID 1 keeps the same data on both drives by mirroring them. So if one of them fails you can just replace that one and nothing will be lost.
RAID 5 is the same as RAID 1 just for more drives.
JBOD (just a bunch of disks) is like RAID 0 but you can use the storage amount of all drives merged together, without gaining speed.
There are some more RAID modes but those are the most common ones.
RAID0 is shown as <number of drives> X <size of smallest drive in RAID set>
RAID 5 is not the same as RAID 1, it costs you less data as it does error detection and correction via distributed parity, not a complete copy of the data.
RAID0 isn't the only RAID level that can provide improved speed. It is the fastest RAID though, but doesn't really deserve to be called RAID (some call it striping instead). RAID stands for "
redundant array of inexpensive disks" and RAID0 provides no redundancy.