From owner-freebsd-hackers@FreeBSD.ORG Thu Sep 1 12:41:32 2011 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A642106564A for ; Thu, 1 Sep 2011 12:41:32 +0000 (UTC) (envelope-from kpielorz_lst@tdx.co.uk) Received: from mail.tdx.com (mail.tdx.com [62.13.128.18]) by mx1.freebsd.org (Postfix) with ESMTP id 906668FC0A for ; Thu, 1 Sep 2011 12:41:31 +0000 (UTC) Received: from HexaDeca64.dmpriest.net.uk (HPQuadro64.dmpriest.net.uk [62.13.130.30]) (authenticated bits=0) by mail.tdx.com (8.14.3/8.14.3/Kp) with ESMTP id p81CSvov085107 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Thu, 1 Sep 2011 13:28:57 +0100 (BST) Date: Thu, 01 Sep 2011 13:28:37 +0100 From: Karl Pielorz To: freebsd-hackers@freebsd.org Message-ID: <076DA148E8CBB414C3CC3DEB@HexaDeca64.dmpriest.net.uk> X-Mailer: Mulberry/4.0.8 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Using underlying adX devices as well as ar0? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2011 12:41:32 -0000 Hi, I posted this question in -Questions about a week ago, and didn't get any replies :( I'm just trying to check - we have a number of 8.2-STABLE amd64 systems where the onboard RAID shows up as '/dev/ar0' (which we use for filesystems, i.e. /dev/ar0s1d et'al), and the underlying devices for that RAID1 array show up as '/dev/ad12', '/dev/ad14'. Is it OK to run smartmontools / smartd / smartctl against the underlying adX devices, whilst ar0 is in use? I can't see anywhere that seems to indicate it's bad - and I can't seem to find anywhere that seems to say it's Ok... Thanks, -Karl