Hi all,
How do you use raid0 disks? Is there reliability issues to use raid0 for main storage (everything will be synced to Dropbox)?
I recently acquired highpoint 7101a-01 and 4x 970 Evo Plus; was wondering whether to migrate all of my working files to the raid0 drive. Everything is backed up on Dropbox, though I am afraid of corrupted drives overwriting Dropbox copies of the files as well.
How do you guys use raid0?
If your data is important to you, spend the required money on a decent backup solution; preferably storing data both on premises for quick recovery and off-site in case of disaster.
Dropbox is, as you note, a syncing service. You will instead want something that actually stores multiple versions of your data, and which allows you to perform point-in-time recovery.
Even using the built-in Time Machine to a separate disk is better than just syncing files.
As for reliability of a RAID:
With RAID0 your data is dependent on all disks. All of your drives have a certain chance to fail in a given amount of time, and the failure of just one of them will make your entire volume fail, so basically your expected failure rate with four drives is four times that of each single drive. This is not a huge problem if you have sufficient backups and can live without your computers for a few days while you purchase a new drive and restore from backups.
When it comes to what RAID level to choose:
I still don't trust RAID5 for larger disk sizes: You have to factor in the risk of a second drive in a (probably aging) RAID set failing before you've managed to replace the original failed unit and repaired the missing blocks from the remaining drives and parity information.
For pure I/O performance especially with many writes, RAID10 (striped mirrors) is still the recommended choice. For read-heavy performance, RAID6 may be a better choice depending on your controller and number of drives.