From owner-freebsd-questions@FreeBSD.ORG Fri Mar 28 19:03:23 2008 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 EBB01106564A for ; Fri, 28 Mar 2008 19:03:23 +0000 (UTC) (envelope-from nicolas@nicoelro.net) Received: from mail.nicoelro.net (helm.nicoelro.net [87.98.216.147]) by mx1.freebsd.org (Postfix) with ESMTP id AB81F8FC35 for ; Fri, 28 Mar 2008 19:03:17 +0000 (UTC) (envelope-from nicolas@nicoelro.net) Received: by mail.nicoelro.net (Postfix, from userid 58) id 8107B78EA6; Fri, 28 Mar 2008 20:03:16 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on helm.nicoelro.net X-Spam-Level: X-Spam-Status: No, score=-3.4 required=6.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.4 Received: from [192.168.1.2] (ALyon-253-1-25-185.w83-205.abo.wanadoo.fr [83.205.152.185]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: nicolas@nicoelro.net) by mail.nicoelro.net (Postfix) with ESMTP id F359378E6E for ; Fri, 28 Mar 2008 20:03:15 +0100 (CET) Message-ID: <47ED40F3.6040805@nicoelro.net> Date: Fri, 28 Mar 2008 20:03:15 +0100 From: Nicolas Letellier User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: problem with RAID Hard (hptrr driver) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: nicolas@nicoelro.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Mar 2008 19:03:24 -0000 Hello. I have a machine, with a RAID Controller. In the dmesg, I see: hptrr: HPT RocketRAID controller driver v1.1 (Mar 28 2008 16:05:16) And after, I see: hptrr: no controller detected. Is it normal? Does my RAID 1 work correctly? I read the hptrr manpage, and no informations are given. I read too the handbook (section RAID HARD) and the command "atacontrol list" returns nothing. In /dev, I see my hdd and the labels: /dev/twed0 /dev/twed0s1a /dev/twed0s1c /dev/twed0s1e /dev/twed0s1g /dev/twed0s1 /dev/twed0s1b /dev/twed0s1d /dev/twed0s1f /dev/twed0s1h Anybody could help me? How verify if the RAID HARD is working well? Thanks. - Nicolas.