Gentoo Archives: gentoo-dev

From: fire-eyes <sgtphou@×××××××××××××××.net>
To: Nathaniel McCallum <npmccallum@g.o>
Cc: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] HDD Detection
Date: Sat, 12 Jun 2004 19:22:48
Message-Id: 40CB5804.6040808@fire-eyes.dynup.net
In Reply to: Re: [gentoo-dev] HDD Detection by Nathaniel McCallum
1 >>I have software raid1 going (md0,1,2)
2 >>
3 >>
4 >>Your devices are detected as:
5 >> /dev/hda
6 >> /dev/hdb
7 >> /dev/hdc
8 >> /dev/md0
9 >>
10 >>
11 >>Interesting how it found md0 and not 1 or 2.
12 >
13 >
14 > Thats because it only checks minor 0 (that can change if need be). Are
15 > md0, md1 and md2 all devices? or are they partitions?
16 >
17
18 As far as linux is concerened the are partitions.
19
20 Also, I forgot the output of /proc/partitions
21
22 major minor #blocks name
23
24 3 0 117220824 hda
25 3 1 53392 hda1
26 3 2 3906504 hda2
27 3 3 83008296 hda3
28 3 4 1 hda4
29 3 5 977224 hda5
30 3 6 29275312 hda6
31 3 64 39082680 hdb
32 22 0 117220824 hdc
33 22 1 64228 hdc1
34 22 2 3911827 hdc2
35 22 3 83015887 hdc3
36 22 4 1 hdc4
37 22 5 987966 hdc5
38 22 6 29238268 hdc6
39 9 0 3906432 md0
40 9 2 29238144 md2
41 9 1 83008192 md1
42
43
44
45 --
46 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] HDD Detection Nathaniel McCallum <npmccallum@g.o>