I would forgo raid and go with the 2 SATA drive
interesting they cannot give raid 1 but can give raid 0 ?
where are you buying this ?
If you went w/o raid - then you could at least run scripts to mount that second drive - do backups to it and then umount it until its needed -
that would help keep hackers at bay a little - most wont look to mount what is not mounted...
in regards to Raid 10vs Raid 5 - Technically Raid 5 should be slower -
just i guess depends on what I have seen - but then again not comparing all the same controllers together either...
Adaptec vs 3Ware - some with 128mb others with 1024mb / 1GB ram etc
your right when it comes to Raid 10 however ..
Just for the sake of comparison, let’s say we had 8 drives - doing a database.
For this database - that it is 100% reads and 100% random. The end result is that all eight of the drives will see a command, or an IO. That means that if each drive can do 100 IOs per second, then the RAID-10 can do 800 IOPS total.
On a RAID-5 with 100% reads there are no RAID-5 calculations other than the block redirection due to the striping, which is almost identical to the redirection in RAID-10.
So the end result is that all eight drives are used (since parity is distributed across all drives), and therefore RAID-5 will do the same 800 IOPS as RAID-10.
The issue comes into play when you start doing writes... vs reads.
In a Raid 10 array - each will be written to 2 drives - so of course - the performance would drop to 1/2 (in the case of the reads @ 800 IOPS - writes would be 400IOPS)
Raid 5 however - since host access is done to 4 IOs - - since there are two reads and two writes - the performance is literally one Quarter that of the read - or in the case of this example - 200IOPS
more info is here:
http://www.cyberciti.biz/tips/raid5-vs-raid-10-safety-performance.html
if that helps
this is what I get for jumping in @ 1:30AM :-/
so yeah - Raid 10 is better for performance