On Monday 20 February 2006 09:57, "Nick Smith" <[EMAIL PROTECTED]> wrote about '[gentoo-user] raid/partition question': > just wanted to ask before i mess something up. > i have booted off the install cd, created a raidtab with my mirrored > drives on it. i have created the raid. now, do i go in and setup the > partitions i want on that raid? or should i have done that before > creating the raid? so instead of having one big mirror and then > partitioning that, do i need to create my seperate partitions and then > mark them as "fd" and then create each raid seperate?
I would suggest partitioning the drives identically, then using mdadm to create your raid devices. The reason I say this is because the kernel does not seem to have any room in the device node space for partitions on an md device. I could be wrong here; but I know partition and then build will work. If you'll look at the major/minor number of IDE devices, you'll see that hda and hdb have the same major, but the minor number on hdb is +64... thus this allows 63 recognized partitions / disk labels on an IDE device. (hda1 is +1 minor from hda, hda2 is +2, etc.; similarly for hdb) If you do the same investigation on SCSI/SATA devices, you'll see that sda and sdb have the same major number, but the minor number on sdb is +16... thus only 15 partitions / disk labels are recognized on a SCSI/SATA device. I do believe we recently had a member of gentoo-user run into this problem. (Switching to not using partitions as much will help; I prefer LVM LVs myself.) Finally, you can look at the software raid devices, you'll see that md0 and md1 have the same major number (9) and the minor number on md1 (1) is only +1 from the minor number on md0 (0). Due do this, I fear that the kernel may not properly recognize partitions / disk labels on software raid devices. It's entirely possible that partitions on software raid devices use a different major number and/or use dynamic minor numbers so partitioning the raid device may work -- I just can't recommend it because I don't know it'll work and I know partitioning first, then raid-ing the partitions does work. As the other poster said, be careful with how you treat your bootable partition. It must be a partition recognized by your bootloader, on a disk recognized by the BIOS / EMI, using a filesystem understood by your bootloader. If you use the old-style software raid (no superblock; by default mdadm does create a superblock), you can use raid 1 for boot, but each component partition should satisfy all the conditions for a bootable partition. -- Boyd Stephen Smith Jr. [EMAIL PROTECTED] ICQ: 514984 YM/AIM: DaTwinkDaddy -- gentoo-user@gentoo.org mailing list