From owner-freebsd-current@FreeBSD.ORG Fri Jun 17 16:12:34 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 289121065670; Fri, 17 Jun 2011 16:12:34 +0000 (UTC) (envelope-from buganini@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id CF0E28FC12; Fri, 17 Jun 2011 16:12:33 +0000 (UTC) Received: by iyj12 with SMTP id 12so3053121iyj.13 for ; Fri, 17 Jun 2011 09:12:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=fs8hW1fygaMovbYEB067nNScBJsVScw0PR9Ba6M7/Vg=; b=lOmST6sQF8dtrkZgT3ZCJzQK9ILafHp4rzSEIsVDoGDcQPzYilnBxBz64yZqrHpojh QGSZ8ZqGkIgSKQNwgOffFrdnrCLgrPCbfNMcboaMQwW4z1jCfAPcFprp+PPQ/dXGrevx jePPAHWXJ5NbHQGcgau+og9qsSuQnjCGLoxvY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=LZbI2mb9VpGhH/Sn072wMT/NoXw+HvN9Ib+Ik6eb/bMFDyen0ljPfpQOf0TtHk7Pcr PK84WtbrHvQ/4WRQXSqyl+BvGY+wNmB05csWTsBpGiu1GjKB+pTFeX9lR0VFQYRuBz9O RgDId3WRgvTuPyR11CdXv5xPsJop+1UiWz+NE= MIME-Version: 1.0 Received: by 10.231.69.198 with SMTP id a6mr2068488ibj.181.1308327153156; Fri, 17 Jun 2011 09:12:33 -0700 (PDT) Received: by 10.231.34.3 with HTTP; Fri, 17 Jun 2011 09:12:33 -0700 (PDT) In-Reply-To: <1308316186.45314.21.camel@buffy.york.ac.uk> References: <4D8BBC29.6040500@FreeBSD.org> <1308316186.45314.21.camel@buffy.york.ac.uk> Date: Sat, 18 Jun 2011 00:12:33 +0800 Message-ID: From: Buganini To: Gavin Atkinson Content-Type: text/plain; charset=UTF-8 Cc: Alexander Motin , FreeBSD-Current Subject: Re: graid hit the tree X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jun 2011 16:12:34 -0000 2011/6/17 Gavin Atkinson : > Is there any chance that mapping from /dev/arX -> /dev/raid/r0 etc could > also be done? so this is lying yet? UPDATING 20110424: ataraid(4) functionality is now supported by the RAID GEOM class. To use it you can load geom_raid kernel module and use graid(8) tool for management. Instead of /dev/arX device names, use /dev/raid/rX. BTW, amr controllers seem not hiding real device, I got somethings like ar0, ad4, ad6 in ATA era. For solving device name issue, usually I use label, but the unhided device make label duplicated, anyway to tune it? Thanks, Buganini