• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

N00b question about raid 1

Ok, for raid 1, if I use 2 300 GB drives, will I get 600 GB of space or just 300 GB due to the mirroring across all the hard drives?
 
300GB twice
Basically both drives will have the exact same data on them. So in effect you halve the space you have available.
 
RAID1 - half the space (2x300 = 300) - data protection - much less than half the chance of losing your data.
RAID0 - full space (2x300 = 600) - high risk of data loss (twice the risk compared to running a single 300 drvie)

RAID5 - for 3+ drives, space of 1 drives lost (3x300 = 600, 4x300 = 900) - data protection like RAID1
 
Back
Top