Regarding Raid technology

tejasrelekar

Prominent
Sep 13, 2017
2
0
510
i want to put a 250gb ssd and two hdd in a pc of which ssd will store only os and apps where 2 hdds 4tb per will store data which raid technology should i use
 
Solution
Great points as usual from Kanewolf. RAID isn't backup, and with two disks, backups are far more beneficial than RAID-1. Especially for a server for file storage.

RAID-1 (mirror) isn't gonna help you if someone screws up a file or deletes it. Backup protects you from that and can provide multiple versions of a backed up file.

Now, if you wanna actually boost performance for multiple people accessing data and provide some disk redundancy you start talking about parity RAID (5,6) or RAID-10, but cost starts going up. Even if you were to go this route, you should still be backing the data up to some external drive.
For ANY protection of the data the only choice with two disks is RAID1. But, for PC I generally don't recommend RAID. The protection provided is limited to a single drive failure. Loss of data is more likely from other reasons (including RAID rebuild). Use one of the 4TB as a data drive and get good backup software and do backups to the other drive.
 
Great points as usual from Kanewolf. RAID isn't backup, and with two disks, backups are far more beneficial than RAID-1. Especially for a server for file storage.

RAID-1 (mirror) isn't gonna help you if someone screws up a file or deletes it. Backup protects you from that and can provide multiple versions of a backed up file.

Now, if you wanna actually boost performance for multiple people accessing data and provide some disk redundancy you start talking about parity RAID (5,6) or RAID-10, but cost starts going up. Even if you were to go this route, you should still be backing the data up to some external drive.
 
Solution