From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 20:12:33 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAB9216A41F for ; Fri, 9 Sep 2005 20:12:33 +0000 (GMT) (envelope-from jstarng@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC26D43D82 for ; Fri, 9 Sep 2005 20:12:24 +0000 (GMT) (envelope-from jstarng@gmail.com) Received: by wproxy.gmail.com with SMTP id 36so1869220wra for ; Fri, 09 Sep 2005 13:12:23 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type; b=Tnp34x1OnVoMm4bccRF0f4r5eIzhHqgyRqasI6U1nBvbklWdzoUJRYTRKNkIH9vPAykWFdmb0Xw1NyzIKvPjayKC8LXQVv8tzv57RP8y58qSlGeWWJ7d6RHcxWSAdAZy25scJ0KTJLHWSMUWgNYz5teqTBN8LhqzwEME3n6HR5Q= Received: by 10.54.57.11 with SMTP id f11mr664272wra; Fri, 09 Sep 2005 13:12:23 -0700 (PDT) Received: by 10.54.146.11 with HTTP; Fri, 9 Sep 2005 13:12:23 -0700 (PDT) Message-ID: <2d3ab02605090913122ef62b3f@mail.gmail.com> Date: Fri, 9 Sep 2005 16:12:23 -0400 From: jstarng To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: onboard sata raid & freebsd 5.4 need help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jstarng@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 20:12:34 -0000 I have the OS installed on an IDE and i want to add two drives for RAID-0= =20 striping (1 large drive). They are two 200GB maxtor SATA HDD's i plugged them in, and used the bios utility to create the array. when i start Freebsd i can see the MB's onboard controller listed in dmesg= =20 as: atapci0 port blah blah blah irq 20 at device= =20 15.0 on pci0 but then later it lists the drives seperately: ad4: 194481MB [395136/16/63] at ata2-master=20 SATA150 ad6: 194481MB [395136/16/63] at ata2-master=20 SATA150 so i'm a little confused. was the raid array created? if so how do i get=20 freebsd to view it as one drive because when i fdisk to create the=20 partitions, i see both drives listed seperately. and if the array was not= =20 created, can someone please point me in the right direction? i'm not finding much with google/freebsd handbook.