Gentoo Archives: gentoo-dev

From: Andrew Gaffney <agaffney@×××××××××××.com>
To: Nathaniel McCallum <npmccallum@g.o>
Cc: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] HDD Detection
Date: Sat, 12 Jun 2004 19:56:27
Message-Id: 40CB5F8D.7050307@skylineaero.com
In Reply to: [gentoo-dev] HDD Detection by Nathaniel McCallum
1 Nathaniel McCallum wrote:
2 > I need as many people as possible to test (for the Gentoo installer
3 > project) the following python script on your system:
4 > http://dev.gentoo.org/~npmccallum/detect_devices.py This is especially
5 > important if you have scsi, hardware raid, or otherwise funky setups.
6
7 On my desktop system, the output is:
8
9 Your devices are detected as:
10 /dev/hda
11 /dev/hdc
12
13 agaffney@kagome dev $ cat /proc/partitions
14 major minor #blocks name
15
16 3 0 120060864 hda
17 3 1 999904 hda1
18 3 2 119060928 hda2
19 22 0 78150744 hdc
20 22 1 78150712 hdc1
21
22 On the production server I admin:
23
24 Your devices are detected as:
25 /dev/ide/host0/bus1/target0/lun0/disc
26 /dev/ide/host0/bus0/target0/lun0/disc
27
28 skyline root # cat /proc/partitions
29 major minor #blocks name
30
31 22 0 117220824 ide/host0/bus1/target0/lun0/disc
32 22 1 522081 ide/host0/bus1/target0/lun0/part1
33 22 2 8401995 ide/host0/bus1/target0/lun0/part2
34 22 3 20980890 ide/host0/bus1/target0/lun0/part3
35 22 4 1 ide/host0/bus1/target0/lun0/part4
36 22 5 24997108 ide/host0/bus1/target0/lun0/part5
37 22 6 5855661 ide/host0/bus1/target0/lun0/part6
38 22 7 8201151 ide/host0/bus1/target0/lun0/part7
39 22 8 8201151 ide/host0/bus1/target0/lun0/part8
40 22 9 9767488 ide/host0/bus1/target0/lun0/part9
41 22 10 9767488 ide/host0/bus1/target0/lun0/part10
42 22 11 9767488 ide/host0/bus1/target0/lun0/part11
43 22 12 10755486 ide/host0/bus1/target0/lun0/part12
44 3 0 117220824 ide/host0/bus0/target0/lun0/disc
45 3 1 522081 ide/host0/bus0/target0/lun0/part1
46 3 2 8401995 ide/host0/bus0/target0/lun0/part2
47 3 3 20980890 ide/host0/bus0/target0/lun0/part3
48 3 4 1 ide/host0/bus0/target0/lun0/part4
49 3 5 24997108 ide/host0/bus0/target0/lun0/part5
50 3 6 5855661 ide/host0/bus0/target0/lun0/part6
51 3 7 8201151 ide/host0/bus0/target0/lun0/part7
52 3 8 8201151 ide/host0/bus0/target0/lun0/part8
53 3 9 9767488 ide/host0/bus0/target0/lun0/part9
54 3 10 9767488 ide/host0/bus0/target0/lun0/part10
55 3 11 9767488 ide/host0/bus0/target0/lun0/part11
56 3 12 10755486 ide/host0/bus0/target0/lun0/part12
57
58 Both are technically correct.
59
60 --
61 Andrew Gaffney
62 Network Administrator
63 Skyline Aeronautics, LLC.
64 636-357-1548
65
66
67 --
68 gentoo-dev@g.o mailing list