From owner-freebsd-questions@FreeBSD.ORG Fri Jun 23 19:40:35 2006 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 0751916A4A6 for ; Fri, 23 Jun 2006 19:40:35 +0000 (UTC) (envelope-from joao.barros@gmail.com) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2695843D6E for ; Fri, 23 Jun 2006 19:40:31 +0000 (GMT) (envelope-from joao.barros@gmail.com) Received: by wx-out-0102.google.com with SMTP id h30so532242wxd for ; Fri, 23 Jun 2006 12:40:30 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=JdRAFGQX+eOm9BXUxTMlOLrqVZ7O2pVoSyUUJ8wexW7xAXUYW/fdp3/AsDmbSwzbJFOfCgqwOTyH21m0OJGbmYzCN85TM2ASusbDELKZBzvfsKWT+CZ6yFMRdHfigE5E9Qh7prcfPiGflJh3KBcHmnnjj1FbvzbAs6iYi8ysqf4= Received: by 10.70.14.3 with SMTP id 3mr4779056wxn; Fri, 23 Jun 2006 12:40:30 -0700 (PDT) Received: by 10.70.108.17 with HTTP; Fri, 23 Jun 2006 12:40:30 -0700 (PDT) Message-ID: <70e8236f0606231240t77e1b510xd5ecd98c093af559@mail.gmail.com> Date: Fri, 23 Jun 2006 20:40:30 +0100 From: "Joao Barros" To: "Alex Franks" In-Reply-To: <2f488c030606231113i2b9b4bdcsa1b4192be54b9011@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <2f488c030606221106q4183de17gbff80d696f704505@mail.gmail.com> <449BAE45.7030705@dial.pipex.com> <2f488c030606231113i2b9b4bdcsa1b4192be54b9011@mail.gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: Hot-Swapping hard drives on Dell PowerEdge 2850 running FBSD 5.5-PRE 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, 23 Jun 2006 19:40:35 -0000 On 6/23/06, Alex Franks wrote: > The controller is a Perc 4e/Di as assumed, and I'm still a little > unsure as to whether the 2 drives that shipped with the machine are > currently set up in a RAID array. The current filesystem is mounted on > /dev/amrd0s1[a-f] and I would expect to find the new drives named > similarly after using some useful utility that I'm unaware of. Any > thoughts? > > Thanks again. > Alex Try amrstat from ports which will show you something like this: Logical volume 0 optimal (101.60 GB, RAID5) Physical drive 0:0 online Physical drive 0:1 online Physical drive 1:0 online Physical drive 1:2 online Physical drive 1:4 hotspare -- Joao Barros