From owner-freebsd-questions@FreeBSD.ORG Tue Aug 5 13:26:03 2014 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AA86A5F5 for ; Tue, 5 Aug 2014 13:26:03 +0000 (UTC) Received: from mail-we0-x236.google.com (mail-we0-x236.google.com [IPv6:2a00:1450:400c:c03::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 40D822B0E for ; Tue, 5 Aug 2014 13:26:03 +0000 (UTC) Received: by mail-we0-f182.google.com with SMTP id k48so1011183wev.41 for ; Tue, 05 Aug 2014 06:26:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=Ni0ppYYji9n76IZ4zZ08U4C46DcfXcRe+MNypR4aV9g=; b=pN4XTnkvEw4GtoeK2xEcSoyH3ZIu1PynyA/f7dl0cyz3IZE3Oz/ZLJjwcRLloz/tTB cRkJHvUc3FA4JhLH71dojBzs797P0dRgOELUT8Eq1t0ekAnAujiyvHCC9hM5jVXuSr62 WyMGWqy50y7hNB5dfNHvv5kpVlXbnv7vFUhxGU7OzL39JZZ5IIUyF1h0P2/pZMhJcxP1 pcihcVpQfLfBuWNBggO2Q9Mc52Gx17xGuI7NnpdUgO1ILQulqCdgJclAMFhc3nCBkP9v B2JfW6eeazUWlNu9LUanx3O5Astax7xhJo0chNs20QjK9L7hoYYHFHPtWegg3+XTOaVi i4XQ== X-Received: by 10.180.207.105 with SMTP id lv9mr6419771wic.23.1407245160043; Tue, 05 Aug 2014 06:26:00 -0700 (PDT) Received: from t510.bsoft-company.ro (remote.ezwim.com. [193.239.202.173]) by mx.google.com with ESMTPSA id fs3sm7720055wic.20.2014.08.05.06.25.59 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 05 Aug 2014 06:25:59 -0700 (PDT) Message-ID: <53E0DB67.9060802@gmail.com> Date: Tue, 05 Aug 2014 15:25:59 +0200 From: Andrei Brezan User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: questions@freebsd.org Subject: Re: Identify disk on HighPoint RocketRaid HBA References: <53E0B9C5.4090403@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Aug 2014 13:26:03 -0000 On 08/05/14 15:15, Warren Block wrote: > On Tue, 5 Aug 2014, Andrei Brezan wrote: > >> % sudo smartctl -i -d hpt,1/n/1 /dev/hpt27xx >> >> for n=1,2,3,5,6,7,8 > > But that does not show the drive serial number? > > If the disk is accessible as /dev/da6: > > smartctl -i /dev/da6 > > From "da6 at hpt27xx0 bus 0 scbus0 target 6 lun 0": > camcontrol identify 0:6:0 Hi, "smartctl -i -d hpt,1/1/1 /dev/hpt27xx" shows me all information about the device but I don't know which one is da6. % sudo smartctl -i /dev/da6 smartctl 6.2 2014-02-18 r3874 [FreeBSD 10.0-RELEASE-p4 amd64] (local build) Copyright (C) 2002-13, Bruce Allen, Christian Franke, www.smartmontools.org === START OF INFORMATION SECTION === Vendor: HPT Product: DISK 0_6 Revision: 4.00 User Capacity: 1,000,204,886,016 bytes [1.00 TB] Logical block size: 512 bytes Device type: disk Local Time is: Tue Aug 5 15:17:05 2014 CEST SMART support is: Unavailable - device lacks SMART capability. So no luck here, and: % sudo camcontrol identify 0:6:0 camcontrol: ATA ATAPI_IDENTIFY via pass_16 failed Tried camcontrol identify da6 as Maciej sugested, same output as above. Really out of ideas. -- Andrei