3

The Gentoo Handbook says:

You should not use any form of striping such as RAID-0 or RAID-5 on the partition you boot from.

Why is this? I've never seen a similar warning before. Grub supports booting from a raid0 disk, and the kernel supports it as long as the modules are compiled in. Is there anything else I'm missing?

Edit: Arch Linux's section on raid mentions nothing in regards to striped raid in particular. Is this warning specific to Gentoo?

Shelvacu
  • 373
  • 1
  • 2
  • 15

1 Answers1

3

Because your boot loader (e.g. grub) won't know how to read from RAID-0 or RAID-5. Where did you find information that grub supports raid0?

You should have a small RAID-1 /boot partition.

UPDATE: I was wrong.

Turns out grub does support raid1 and raid5. However, there's some confusion about what metadata formats it supports, so I guess warning in the Gentoo guide is there for safety.

However, all the guides I've seen before say to use raid1, so raid1/raid5 does not seem like well tested configuration, so I'd still recommend to avoid it.

rvs
  • 4,125
  • 1
  • 27
  • 31