lkml.org 
[lkml]   [2002]   [Nov]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: 2.4.20-rc1-ac4 HPT374 doesn't find connected ide drives
On 19.11.2002   20:35 Karsten Desler wrote:
> > okay, my brain really shrinks; with only one hdd attached, you can't create
> an
> > array. So here it seems to work out of the box. I just tried 2.4.20-rc-ac1,
>
> > which detects my drive connected to that hpt374 (hde).
> >
> > Maybe you can give this one a try?
>
Karsten,

so today I added 4 more drives to my hpt374, tried 2.5.47-ac6 and works
flawlessy...
Sorry, but I can't try 2.4-ac-latest, cause of missing xfs support.

There are some things you could be bitten with:
My Distribution (Debian) only ships with device names up to /dev/hdh ...

So, by default, you'll see the drives attached to ide4(hdi,j) and to
ide5(hdk,l) in the kernel messages, but you can't use 'em...

You have to make device nodes yourself:

mknod /dev/hd* b MAJOR MINOR

where:
hdi : 56 0
hdi1: 56 1
...

hdj : 56 64
hdj1: 56 65
...

hdk : 57 0
hdk1: 57 1
...

hdl : 57 64
hdl1: 57 65
...

see Documentation/devices.txt in the linux kernel sources.

hope this helps for ya!
Good Luck
CHristian





-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:31    [W:0.698 / U:0.044 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site