Gentoo Archives: gentoo-server

From: Nick Van Vlaenderen <nick.vanvlaenderen@×××××××.be>
To: gentoo-server@l.g.o
Subject: Re: [gentoo-server] SATA again...
Date: Fri, 02 Apr 2004 18:47:38
Message-Id: 000001c418e2$f63e4c90$0c00a8c0@NOTEBOOK
In Reply to: RE: [gentoo-server] SATA again... by "Davin S. George"
1 Hi Davin and all others,
2
3 Thanks. I booted into the gentoo livecd using the 2.4 kernel and I could
4 find the harddisks immediatly. The server is for production use, so I'm
5 going to use a 2.4 kernel combined with grsec. Anyway, I'm going to try the
6 2.6 series of the Linux kernel as well later on. Thanks everyone for all
7 information regarding SATA and RAID!
8
9 Nick
10 ----- Original Message -----
11 From: "Davin S. George" <davin@××××××××××××××.net>
12 To: <gentoo-server@l.g.o>
13 Sent: Thursday, April 01, 2004 7:43 PM
14 Subject: RE: [gentoo-server] SATA again...
15
16
17 Nick,
18
19 You should be able to use SATA perfectly well, I am with a 2.6.4 kernel and
20 I've gotta say it ROCKS! Which SATA Chipset is it? If it's the Silicon Image
21 like my Shuttle here then you need to allow experimental drivers for doing
22 the build. But so far its sweet! Wouldn't give it up!
23
24 Davin
25
26 -----Original Message-----
27 From: Nick Van Vlaenderen [mailto:nick.vanvlaenderen@×××××××.be]
28 Sent: 01 April 2004 18:19
29 To: gentoo-server@l.g.o
30 Subject: Re: [gentoo-server] SATA again...
31
32 Hi Lima
33
34 Thanks for the info! I boot from the SMP kernel, 'cause I need it for my CPU
35 (it has Hyper-Threading...). But, you said the 2.6 series can't find any
36 SATA disks? Probably, that's the reason, since the SMP kernel is a 2.6.1
37 kernel...
38
39 Anyway, I am going to try the standard 2.4 Gentoo kernel.
40
41 Nick
42 ----- Original Message -----
43 From: "lema" <lema@×××××××××××.ar>
44 To: <gentoo-server@l.g.o>
45 Sent: Wednesday, March 31, 2004 6:51 PM
46 Subject: Re: [gentoo-server] SATA again...
47
48
49 I have several servers with a Intel 875PBZ motherboard, one SATA disk of
50 160GB, and a CD-ROM. In the bios there is a 'Drive Configuration'
51 section where you can choose your 'ATA/IDE Configuration' as 'Enhanced'
52 or 'Legacy'. The first one gives you the 2 PATA channels plus the 2 SATA
53 channel for a total of 6 devices (2 SATA and 4 PATA). Booting from
54 Gentoo-2004.0-universal CD with this configuration + RAID disabled, the
55 SATA disk is shown as /dev/hde (or /dev/hdf). If you want (for any
56 reason) to have your SATA disk as /dev/hda you should change to the
57 Legacy option selecting the configuration whith the 2 SATA channels +
58 the secondary PATA (where you put your CD). Booting in this
59 configuration (RAID disabled) shows the SATA disk as /dev/hda and the CD
60 Rom as /dev/hdc.
61 This is a copy&paste of the section in dmesg where the IDE drives are
62 detected whith a 2.4.24 kernel:
63
64 Uniform Multi-Platform E-IDE driver Revision: 7.00beta4-2.4
65 ide: Assuming 33MHz system bus speed for PIO modes; override
66 with idebus=xx
67 ICH5-SATA: IDE controller at PCI slot 00:1f.2
68 ICH5-SATA: chipset revision 2
69 ICH5-SATA: not 100% native mode: will probe irqs later
70 ide0: BM-DMA at 0xffa0-0xffa7, BIOS settings: hda:DMA,
71 hdb:pio
72 ide1: BM-DMA at 0xffa8-0xffaf, BIOS settings: hdc:DMA,
73 hdd:pio
74 hda: ST3160023AS, ATA DISK drive
75 blk: queue c0415640, I/O limit 4095Mb (mask 0xffffffff)
76 hdc: SAMSUNG CD-ROM SC-152A, ATAPI CD/DVD-ROM drive
77 ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
78 ide1 at 0x170-0x177,0x376 on irq 15
79 hda: attached ide-disk driver.
80 hda: host protected area => 1
81 hda: 312581808 sectors (160042 MB) w/8192KiB Cache,
82 CHS=19457/255/63, UDMA(33)
83 hdc: attached ide-cdrom driver.
84 hdc: ATAPI 52X CD-ROM drive, 128kB Cache
85 Uniform CD-ROM driver Revision: 3.12
86 Partition check:
87 /dev/ide/host0/bus0/target0/lun0: p1 p2 p3
88 ide: late registration of driver.
89
90 When I tried to boot from a 2.6 kernel, the SATA disk is not detected at
91 all in any BIOS configuration.
92
93 Hope this can help and not confuse...
94
95 On Wed, 2004-03-31 at 12:46, Nick Van Vlaenderen wrote:
96 > Andy,
97 >
98 > I turned off the SATA Raid in the BIOS, since I don't really need raid. I
99 > just set SATA mode to IDE... The manual tells me they will appear
100 individual
101 > when I turn raid off, since it is software raid...
102 >
103 > Nick
104 > ----- Original Message -----
105 > From: "Andy Dustman" <adustman@×××××××××.edu>
106 > To: <gentoo-server@l.g.o>
107 > Sent: Wednesday, March 31, 2004 5:37 PM
108 > Subject: Re: [gentoo-server] SATA again...
109 >
110 >
111 > > On Wed, 2004-03-31 at 10:17, Nick Van Vlaenderen wrote:
112 > > >
113 > > > In my server, there's an Intel hance Rapid SATA controller. When I
114 > > > boot from the livecd, /dev/hda is the cd-romdrive, but that's the only
115 > > > hdx device I can find (/dev/hdb, /dev/hdc etc don't exist). I heard
116 > > > that SATA disks can be called /dev/sdx, but they don't exist either...
117 > > >
118 > > > Does anyone know why I can't find them, or... are the drivers for the
119 > > > Intel hance Rapid SATA controller already in the kernel? Or do I have
120 > > > to load a module..?
121 > >
122 > > You almost certainly have to load a module before the RAID array will
123 > > show up. Note that you will *not* see the individual drives.
124 > > --
125 > > Andy Dustman <adustman@×××××××××.edu>
126 > > Office of Information Technology, Terry College of Business, UGA
127 > >
128 > >
129 > >
130 > >
131 --
132 Dr. Fabián M. Lema Instituto Balseiro - CNEA - UNCuyo
133 lema@×××××××××××.ar Av. Bustillo 9500
134 ICQ#=50934995 S. C. de Bariloche
135 Tel: ++54 2944 445174 8400 Rio Negro
136 Fax: ++54 2944 445257/99 Argentina