From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 09:49:57 2012 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 D9E7D1065675 for ; Tue, 10 Jul 2012 09:49:57 +0000 (UTC) (envelope-from bosko.radivojevic@gmail.com) Received: from mail-gh0-f182.google.com (mail-gh0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 8C5338FC16 for ; Tue, 10 Jul 2012 09:49:57 +0000 (UTC) Received: by ghbz22 with SMTP id z22so12762741ghb.13 for ; Tue, 10 Jul 2012 02:49:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=p0uusHlLR5kWYy30aPYd2xTwvtB0gaB6RLCEZxhjsPA=; b=MRc1TxbYisPSvTjpBLQVp35z8vHAcT0BiHRiuZhJ89CKF/SBaWA5IiOhUTeTu5buaK vyrzDZaqYthUcz5nLgTMnIUv8HDy2nJ+hjzvIB2dGP0MXGsUr1BJudSRLgjdsPIiuOK4 q840SdZjB4STokyl/tsRHPL4jJONuiRnThNJtNh6f+pF5CH9LOl3TU3P+3YgYNZFNSk9 ecmKK8ePviaNM0sI5O9+Ny0LT8XbtoFI/ztBpH4GYwGgHzA7Dsy/69kqAkmHCThDUOkF I3Q8m5cavemImvXABJ3jYaDUItZhZn9IV5pV+XZQqQrOaZoSGsNv/TXnZUbexnxPez14 mCpQ== MIME-Version: 1.0 Received: by 10.236.170.199 with SMTP id p47mr50062080yhl.12.1341913796874; Tue, 10 Jul 2012 02:49:56 -0700 (PDT) Received: by 10.100.112.7 with HTTP; Tue, 10 Jul 2012 02:49:56 -0700 (PDT) In-Reply-To: References: Date: Tue, 10 Jul 2012 11:49:56 +0200 Message-ID: From: Bosko Radivojevic To: Michael Ross Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 9.0 & LSI MegaRAID SATA problem 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: Tue, 10 Jul 2012 09:49:57 -0000 Hi Michael, thank you for your response. > So it's not an LSI MegaRAID, but an Intel Controller? It is LSI MegaRAID chip but connected to Intel's I/O Controller Hub (southbridge). On FreeBSD 8.3 gmirror is not configured: # gmirror list gmirror: Command 'list' not available. # gmirror status gmirror: Command 'status' not available. It is somehow enabled through some driver in kernel: # grep ar0 /var/run/dmesg.boot ar0: writing of DDF metadata is NOT supported yet ar0: 952720MB status: READY ar0: disk0 READY (master) using ad4 at ata2-master ar0: disk1 READY (mirror) using ad6 at ata3-master It is probably "soft-RAID", but I prefer to use it though appropriate driver instead of classical software RAID configured through OS. As I said, I'm not that familiar with FreeBSD - how I can check which driver "created" /dev/ar0? Thanks, Bosko