I'm planning to set up a low-traffic server using RAID 10 with four disks. I'd like to have Ubuntu 14.04 installed onto that RAID array. I've seen plenty of guides explaining how to set up RAID 10 using mdadm with the OS on a separate disk from the array, but the only thing I've heard about putting the OS on that array is that it doesn't work because GRUB doesn't work on RAID 10 (that information was five years old). How can I set up a system that has all of its data on the array? I want to be able to run when any of those four drives fails.
Asked
Active
Viewed 2,046 times
1
aswine
- 227
2 Answers
0
It's not really an direct answer for your problem, but if your goal is to have the system run even when one drive fails, a raid 5 would do just that and give you more disk space.
Jakob Lenfers
- 1,105
- 7
- 17
0
How does your system boot? Via EFI or MBR (CSM)? If the former, I can't see why you couldn't use my guide, but create a RAID10 instead of RAID1 in steps 2+more. For maximum redundancy, I would clone the EFI boot partition to all four drives.
Niclas Börlin
- 2,194