RAID Question
Go to solution
Solved by Captain_WD,
Hey there guys,
Just got a quick question. Is it possible to configure two HDDs in RAID even if one drive has files on it or would you have to format both drives to configure them both in RAID?
Thanks in advance!
Matt
Hey Geekazoid,
First off, yes, the drives should and will be formatted for safest and most optimized RAID performance when you first initialize it.
When choosing RAID I always think of three major things:
-how much redundancy would I like (how many drive could fail before the data becomes irreversibly lost)
-how big of a speed boost would I like (striping between a number of drives)
-how many drives and how much usable storage space would I need.
I believe you are going for video editing (correct me if I'm wrong), so my guess is you would be going for something that has both redundancy and speed boost. I would say RAID5 or RAID6 if you have 3 or more drives, or simply do RAID0 with a full continuous backup on a separate system. RAID10 is also a good idea, but it is HDD-hungry, giving you only half of the size of the drives to use.
Depending on the RAID, there are three ways to go if the data is more than the capacity of a single drive.
-If the RAID is configured to share the storage space (RAID0, RAID5, RAID6, RAID10, etc.), the data is distributed among all the drives from the beginning, so you can use the whole array until you fill it up.
-If you are using JBOD Span, when you are done with one drive, the data is continued on the next drive. You have your drives as one huge volume.
-If you are doing Mirroring (RAID1), one of the drives is used to make a complete copy of the other and is filled alongside the first one, so when you hit that 1TB, the array will be full as a regular HDD would hit 100%.
Feel free to ask me if you happen to have any questions 
Captain_WD.

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 accountSign in
Already have an account? Sign in here.
Sign In Now