Gentoo Archives: gentoo-user

From: Remy Blank <remy.blank_asps@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: raid does not autostart
Date: Wed, 15 Nov 2006 11:51:42
Message-Id: ejeun7$l3m$1@sea.gmane.org
In Reply to: [gentoo-user] raid does not autostart by Huib van Wees
1 Huib van Wees wrote:
2 > md: Autodetecting RAID arrays.
3 > md: autorun ...
4 > md: considering hdb1 ...
5 > md: adding hdb1 ...
6 > md: created md1
7 > md: bind<hdb1>
8 > md: running: <hdb1>
9 > raid5: device hdb1 operational as raid disk 0
10 >
11 > raid5: not enough operational devices for md1 (2/3 failed)
12
13 You need to mark all the partitions of your RAID array as "Linux raid
14 autodetect" with fdisk. Here, it seems only hdb1 is marked as such, and
15 hdc1 and hdd1 are not. This prevents the kernel from autostarting your
16 RAID array.
17
18 Try the following:
19
20 # fdisk /dev/hdc
21 t
22 1
23 fd
24 w
25 # fdisk /dev/hdd
26 t
27 1
28 fd
29 w
30
31 If this doesn't help, are hdc and hdd on a different IDE controller than
32 hda and hdb?
33
34 -- Remy
35
36
37 Remove underscore and suffix in reply address for a timely response.
38
39 --
40 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Re: raid does not autostart Huib van Wees <hvwees@×××××.com>