From owner-freebsd-questions@FreeBSD.ORG Thu Nov 15 15:43:25 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 21BCE152 for ; Thu, 15 Nov 2012 15:43:25 +0000 (UTC) (envelope-from leslie@eskk.nu) Received: from mx1.bjare.net (mx1.bjare.net [212.31.160.3]) by mx1.freebsd.org (Postfix) with ESMTP id C10078FC18 for ; Thu, 15 Nov 2012 15:43:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mx1.bjare.net (Postfix) with ESMTP id 2418D4B206A for ; Thu, 15 Nov 2012 16:43:23 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mx1.bjare.net X-Spam-Flag: NO X-Spam-Score: -1.555 X-Spam-Level: X-Spam-Status: No, score=-1.555 tagged_above=-999 required=5 tests=[AWL=-0.557, BAYES_00=-2.599, RCVD_IN_PBL=0.905, RDNS_DYNAMIC=0.1, SPF_SOFTFAIL=0.596] Received: from mx1.bjare.net ([127.0.0.1]) by localhost (mx1.bjare.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id zdkDSP0OWR0s for ; Thu, 15 Nov 2012 16:43:17 +0100 (CET) X-BN-MX1: ja X-BN-MailInfo: BjareNet Received: from blj01.no-ip.org (c-195-216-043-059.ekt.thalamus.net [195.216.43.59]) by mx1.bjare.net (Postfix) with ESMTP id B1FAD4B2085 for ; Thu, 15 Nov 2012 16:43:17 +0100 (CET) Message-ID: <50A50D95.30600@eskk.nu> Date: Thu, 15 Nov 2012 16:43:17 +0100 From: Leslie Jensen User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:16.0) Gecko/20121115 Thunderbird/16.0.2 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: One disk shown as two in gsmartcontrol 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.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Nov 2012 15:43:25 -0000 I'm configuring smartd on a newly installed system, 9.1-RC3 The message below is in my /var/log/messages Nov 15 14:39:49 blj01 kernel: ada0: ATA-7 SATA 1.x dev ice Nov 15 14:39:49 blj01 kernel: ada0: 150.000MB/s transfers (SATA, UDMA5, PIO 8192 bytes) Nov 15 14:39:49 blj01 kernel: ada0: 286188MB (586114704 512 byte sectors: 16H 63 S/T 16383C) Nov 15 14:39:49 blj01 kernel: ada0: Previously was known as ad18 Using the GUI gsmartcontrol shows two disks but it's the same disk shown as ada0 and as ad18. I use the following string in /usr/local/etc/smartd.conf /dev/ada0 -a -o on -S on -s (S/../.././11|L/../../6/15) -m name@mail.server Is this normal behaviour? /Leslie