From owner-freebsd-questions@FreeBSD.ORG Mon Jun 22 16:23:21 2015 Return-Path: Delivered-To: freebsd-questions@nevdull.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 63A22503 for ; Mon, 22 Jun 2015 16:23:21 +0000 (UTC) (envelope-from chrisstankevitz@gmail.com) Received: from mail-la0-x235.google.com (mail-la0-x235.google.com [IPv6:2a00:1450:4010:c03::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DF2D6B85 for ; Mon, 22 Jun 2015 16:23:20 +0000 (UTC) (envelope-from chrisstankevitz@gmail.com) Received: by lagi2 with SMTP id i2so23679260lag.2 for ; Mon, 22 Jun 2015 09:23:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=iGv6Ll8pITMI4Zp4GkxqezIVaLJKpPuTHRRfsLnU8gU=; b=Vcuhba+k09zozRaqkNqaFVS5oD94gkOD3ikVM+Ak9dHemXuyOrdzfVo8xDxq2QZI6p 8YtpY0313mmguQVp7XLaF5328S+kuLaVH6JqU2ePjg/lXQXeR8tugGYmPn4UsDbD/Bcd 3sTsSietaEfNR1mAn2DR6UKTfGmxPGAkOZwnwzfv6sVCpHe5JaYDFF0wIpKH/3Q4btB5 dazJZ4eqYJYW8O7MULbrm4LP7bv2z4mTlM5lTe/abOGQDoneUBvNMfhpjBJAQwFZ/FMx 8C/kyS8o+mDdS1vpGhRjvbKKfCXru7A2gXDDVl6oBmwQH2ULjwTmwYD43Z00y2zCie35 Xbtg== MIME-Version: 1.0 X-Received: by 10.152.206.75 with SMTP id lm11mr30224473lac.41.1434990198552; Mon, 22 Jun 2015 09:23:18 -0700 (PDT) Received: by 10.25.42.146 with HTTP; Mon, 22 Jun 2015 09:23:18 -0700 (PDT) In-Reply-To: <52126574-1F3E-4B55-A187-8C39023FFF1B@citywest.ca> References: <52126574-1F3E-4B55-A187-8C39023FFF1B@citywest.ca> Date: Mon, 22 Jun 2015 09:23:18 -0700 Message-ID: Subject: Re: hot swap: removing hard drives From: Chris Stankevitz To: Keith Cc: freebsd-questions Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jun 2015 16:23:21 -0000 On Fri, Jun 19, 2015 at 2:08 PM, Keith wrote: > We have some old dell 1950 and 2950s with fbsd 6.x 9..x and a 10 machine. Thanks Keith. What I'm trying to understand is what camcontrol command (if any) I must issue before hot-swap removing a healthy drive with no mounted filesystems. Chris