taltamir
Lifer
- Mar 21, 2004
- 13,576
- 6
- 76
Unless you are building a business server of some sort, a home system with all bells and whistles should be:
1a. Single non RAID SSD with TRIM, as small as you can use and still fit in all your programs and games (no need to fit documents)
1b. A RAID1 of two spindle drives, this will contain an auto backup of your SSD (if setup correctly there should be very little to backup, my backup of my SSD is a mere 3.5GB) as well as containing your documents, etc.
or alternatively.
2a. same as 1a
2b. a single spindle drive containing most your stuff.
2c. A fileserver running RAID1 or RAID10, ideally with ZFS, contains backups of your SSD and single Spindle disk
I am currently running a variation of #2... I had previously set up my fileserver with RAID6 instead of RAID10 to my regret. (well, raidz2 = raid6 for ZFS)
As said, RAID =! backup... RAID0 actually makes reliability WORSE (by a lot). RAID1 is the most reliable (followed by RAID10 or RAID01), only those should be used.
Reliability from best to worse: RAID1 + Backup > RAID1 but no backup = Backup by no RAID1
Depending on the exact backup scheme RAID1 only is either better or worse then backup only... but either one leaves vulnerabilities which are taken care of by combining the two.
1a. Single non RAID SSD with TRIM, as small as you can use and still fit in all your programs and games (no need to fit documents)
1b. A RAID1 of two spindle drives, this will contain an auto backup of your SSD (if setup correctly there should be very little to backup, my backup of my SSD is a mere 3.5GB) as well as containing your documents, etc.
or alternatively.
2a. same as 1a
2b. a single spindle drive containing most your stuff.
2c. A fileserver running RAID1 or RAID10, ideally with ZFS, contains backups of your SSD and single Spindle disk
I am currently running a variation of #2... I had previously set up my fileserver with RAID6 instead of RAID10 to my regret. (well, raidz2 = raid6 for ZFS)
As said, RAID =! backup... RAID0 actually makes reliability WORSE (by a lot). RAID1 is the most reliable (followed by RAID10 or RAID01), only those should be used.
Reliability from best to worse: RAID1 + Backup > RAID1 but no backup = Backup by no RAID1
Depending on the exact backup scheme RAID1 only is either better or worse then backup only... but either one leaves vulnerabilities which are taken care of by combining the two.
Last edited:
