Gentoo Archives: gentoo-user

From: James <wireless@×××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: raid1 grub ext4
Date: Thu, 14 Apr 2011 13:12:07
Message-Id: loom.20110414T150803-462@post.gmane.org
In Reply to: Re: [gentoo-user] Re: raid1 grub ext4 by Florian Philipp
1 Florian Philipp <lists <at> binarywings.net> writes:
2
3
4 > You can try to use 0.90 metadata by specifying it while creating the
5 > RAID with mdadm. I'm using it myself because AFAIK this is the only way
6 > for grub to handle a single RAID containing partitions instead of
7 > partitions containing RAIDs.
8
9 Not sure what this inconsistency is tell me:
10
11
12 (chroot) livecd grub # cat /proc/mdstat
13 Personalities : [raid0] [raid1] [raid6] [raid5] [raid4] [raid10]
14 md125 : active raid1 sda1[0] sdb1[1]
15 262132 blocks super 1.2 [2/2] [UU]
16
17 md126 : active raid1 sdb3[1] sda3[0]
18 1948226512 blocks super 1.2 [2/2] [UU]
19
20 md127 : active raid1 sdb2[1] sda2[0]
21 5022708 blocks super 1.2 [2/2] [UU]
22
23
24 (chroot) livecd grub # cd /boot/grub/
25 (chroot) livecd grub # df .
26 Filesystem Size Used Avail Use% Mounted on
27 /dev/md1 248M 7.5M 228M 4% /boot
28
29 So is it md1 or md125 for /boot, which is
30 on it's own partition?
31
32
33 James

Replies

Subject Author
[gentoo-user] Re: raid1 grub ext4 James <wireless@×××××××××××.com>