• 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.

How To Setup RAID ?

Hook up your drives. Go to RAID BIOS, set up the array of your choice. Get drivers if required. Done.
 
didn't know at first just read up on some sites a few mins ago so i thought RAID 1 would be good not completely sure though ?

You still haven't defined what you're trying to accomplish. You can't call something good if you don't know for what it's good or even for what you want it. Sure RAID1 is good for redundancy and availability, but is that important to you? We have no idea because you haven't told us what you need from it.
 
You still haven't defined what you're trying to accomplish. You can't call something good if you don't know for what it's good or even for what you want it. Sure RAID1 is good for redundancy and availability, but is that important to you? We have no idea because you haven't told us what you need from it.

oh sorry. i want to use it for backup for my movies, music, and some of my games
 
oh sorry. i want to use it for backup for my movies, music, and some of my games

RAID should not be used for backup. Lots of companies and individuals have lost data/time/money because they didn't backup their RAID array. RAID is to increase performance and to provide a level of redundancy.

If you're dead set on using RAID my advice would be RAID1; you'll get redundancy since you'll have a mirror of your drive in case one dies. But until you replace the bad drive and rebuild the RAID array your data is at risk. That's the reason for having a separate backup.
 
RAID should not be used for backup. Lots of companies and individuals have lost data/time/money because they didn't backup their RAID array. RAID is to increase performance and to provide a level of redundancy.

If you're dead set on using RAID my advice would be RAID1; you'll get redundancy since you'll have a mirror of your drive in case one dies. But until you replace the bad drive and rebuild the RAID array your data is at risk. That's the reason for having a separate backup.

ok thx
 
oh sorry. i want to use it for backup for my movies, music, and some of my games

RAID isn't a backup. You can use the resulting volume as a destination for backups, but you still need a higher level tool to do real backups. And with that, the RAID level chosen is a decision based upon space vs cost. RAID1 costs 2x as much because you need 2 drives but you only get 1/2 the space. RAID5 costs 3x as much and gets you 2/3 of the total space but RAID5 has it's own set of issues which some people make a big deal about.

In general either 1 drive or 2 drives in RAID1 is good enough for most home users. The cost is low and the risk of 1 or 2 drive failures is acceptable to most.
 
RAID isn't a backup. You can use the resulting volume as a destination for backups, but you still need a higher level tool to do real backups. And with that, the RAID level chosen is a decision based upon space vs cost. RAID1 costs 2x as much because you need 2 drives but you only get 1/2 the space. RAID5 costs 3x as much and gets you 2/3 of the total space but RAID5 has it's own set of issues which some people make a big deal about.

In general either 1 drive or 2 drives in RAID1 is good enough for most home users. The cost is low and the risk of 1 or 2 drive failures is acceptable to most.

if the drive fails i'll just replace it
 
Obviously but what if it's a single drive and it contains your backups? That's the point. To determine how much protection you need for your data in the form of redundancy and recoverability.

so just leaving them as single drives would be better
 
If you accidentally delete a file, or something crashes and corrupts a bunch of files, or the computer power gets yanked and corrupts the entire file system - you're fakaked because with RAID 1 the two disks are ONE FILE SYSTEM.

Hence, RAID 1 is not a backup. It is merely redundancy, i.e. uptime, i.e. a drive dies and you're still able to work and do things. But it does not at all protect your data from corruption or user error or power failures or crashes. For that you need a backup. So you're almost certainly better off with separate disks and regularly (daily or even hourly) backing up.
 
Back
Top