On 15/09/15 18:39, Alex wrote: > Hi, > I have a fedora22 system and would like to build a backup server. I > have four 3TB SATA disks and would like to build a RAID5 array. I > understand rebuild times can be extensive, possibility creating a > scenario where another disk fails during that rebuild time, but I'm > not sure I want to lose the extra space with creating a RAID6 array. I > believe RAID5 also has faster write speeds? What disks are you using? Are they proper raid disks? A 12TB array can have a soft read error every complete pass, and still be within the disk-manufacturer's specs. If your disks are not raid-compliant, this will stop your array from rebuilding, ever! (Chances are, your disks are above spec and won't give a problem. Do you want to take the risk?) > > Is a 9TB RAID5 partition too risky in terms of rebuild time? > > What's the preferred filesystem for a backup server these days? Should > I use XFS or ext4? Throwing something completely different into the mix, how about considering btrfs? It's not 100% solid yet, so you need to be careful with it, but if you back up with rsync and the "in place" option, it'll give you full backups for the cost of incremental. What you MUST do is KEEP AN EYE ON DISK SPACE! The main failure mode for btrfs I'm aware of, is that a disk full can cause a fatal error. As in "I've just trashed the disk - it's 'format c:' time". So if you hit 80% or so, alarm bells should be ringing. Very loud. > > Thanks, > Alex Cheers, Wol -- To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html