From owner-freebsd-questions@FreeBSD.ORG Fri Mar 26 21:14:43 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DA249106564A for ; Fri, 26 Mar 2010 21:14:43 +0000 (UTC) (envelope-from mailinglists@mailnewsrss.com) Received: from indie.theindiecompanyllc.com (mail.theindiecompanyllc.com [173.13.167.209]) by mx1.freebsd.org (Postfix) with ESMTP id BC8CB8FC0A for ; Fri, 26 Mar 2010 21:14:43 +0000 (UTC) Received: from localhost (localhost.localdomain [127.0.0.1]) by indie.theindiecompanyllc.com (Postfix) with ESMTP id 807A36830030 for ; Fri, 26 Mar 2010 14:08:36 -0700 (PDT) X-Virus-Scanned: amavisd-new at mail.theindiecompanyllc.com Received: from indie.theindiecompanyllc.com ([127.0.0.1]) by localhost (indie.theindiecompanyllc.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8sLBv16P+nyj for ; Fri, 26 Mar 2010 14:08:36 -0700 (PDT) Received: from indie.theindiecompanyllc.com (indie.theindiecompanyllc.com [173.13.167.209]) by indie.theindiecompanyllc.com (Postfix) with ESMTP id 16069683000B for ; Fri, 26 Mar 2010 14:08:36 -0700 (PDT) Date: Fri, 26 Mar 2010 14:08:35 -0700 (PDT) From: Slack-Moehrle To: freebsd-questions@freebsd.org Message-ID: <1184682835.44.1269637715797.JavaMail.root@indie.theindiecompanyllc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [173.13.167.221] X-Mailer: Zimbra 6.0.2_GA_1912.RHEL5_64 (ZimbraWebClient - FF3.0 (Mac)/6.0.2_GA_1912.RHEL5_64) Subject: Where are my drives? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Mar 2010 21:14:43 -0000 Hi All, I have not really used FreeBSD in a very long time. FreeBSD 8. 500gb boot 8 x 1.5tb drives installed connected to a 3ware 9500S-8 card I am trying to see what the 8 x 1.5tb drives are called and if they are recognized. I read that FreeBSD 8 has the driver for 3ware by default. I added a twa_load="YES" to /boot/loader.conf as well as lines for ZFS I do a: egrep 'ad[0-9]|cd[0-9]' /var/run/dmesg.boot and I just see my DVD (acd0) and my 500gb SATA (ad4) How to I add these drives? When I start the machine, I see the 8 drives listed during BIOS post, attached to the 3ware card. What do I do to get my drives recognized? -Jason