On Mon, 6 Mar 2006, Openbsd User wrote:
> I installed OpenBSD onto sd0 thinking that I could go back later and use sd1,
> but I just found out that I have raid 1 installed and that is the reason that
> I can't access sd1. I do have two identical hard drives but only one shows up
> in the dmesg.
The ami controller hides the two drives and makes one logical drive.
>
> Is there a way to disable the raid without losing the data?
No.
> Is there a way to access sd1?
Boot the machine into the bios, unconfigure the mirror. You'll se two
drives after that. You'll loose all your data.
> Are ami0 and sd0 the same thing? or am I writing to a peticular drive in an
> array?
No, they are not the same. ami0 is the controller, sd0 is the drive.
You are not wrting to a particular hard disk. You are writing to the
logical drive sd0, which consists of two physical disks, which are
hidden by the ami card.
> Do I have to wait for Marco to help me with this?
No ;-)
-Otto