On Mon, 6 Mar 2006, Openbsd User wrote:
> > From: Otto Moerbeek <[EMAIL PROTECTED]>
> > To: Openbsd User <[EMAIL PROTECTED]>
> > CC: [email protected]
> > Subject: Re: I can't find my scsi hard drives...
> > Date: Mon, 6 Mar 2006 20:13:19 +0100 (CET)
> >
> >
> >
> > On Mon, 6 Mar 2006, Openbsd User wrote:
> >
> > > I've got two hard scsi drives in my server but the dmesg only says there
> > is
> > > one:
> > >
> > > sd0 at scsibus0 targ 0 lun 0: <AMI, Host drive #00, > SCSI2 0/direct fixed
> > > sd0: 69880MB, 8908 cyl, 255 head, 63 sec, 512 bytes/sec, 143114240 sec
> > total
> >
> > Your card is a RAID card. It is very likely your two dirves have
> > gotten themselves into the default mirroring setup, forming one
> > logical drive.
> >
> > What does "bioctl ami0" say (assuming you have at least 3.8, next time
> > post a complete dmesg!).
>
> $ sudo bioctl ami0
> Volume Status Size Device
> ami0 0 Online 146695782400 sd0 RAID1
> 0 Online 146811125760 0:0.0 safte0 <MAXTOR ATLAS10K5_146SCAJNZY>
> 1 Online 146811125760 0:1.0 safte0 <MAXTOR ATLAS10K5_146SCAJNZY>
>
> Does this mean that there are two drives in my system working as raid device?
Yes, a RAID1 config to be precice.
-Otto