From owner-freebsd-questions@FreeBSD.ORG Sat Jun 11 02:11:21 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64D0816A41F for ; Sat, 11 Jun 2005 02:11:21 +0000 (GMT) (envelope-from lists@dylangoss.com) Received: from server20.olicentral.com (server20.olicentral.com [216.121.191.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id E907943D55 for ; Sat, 11 Jun 2005 02:11:20 +0000 (GMT) (envelope-from lists@dylangoss.com) Received: from [192.168.1.155] (localhost [127.0.0.1]) by server20.olicentral.com (8.11.7/8.11.7) with ESMTP id j5B2BGP05732; Fri, 10 Jun 2005 19:11:16 -0700 In-Reply-To: <20050611014246.GH4116@dan.emsphone.com> References: <5955634E-FB6A-4719-8C61-4D07EB82C190@dylangoss.com> <20050611014246.GH4116@dan.emsphone.com> Mime-Version: 1.0 (Apple Message framework v730) Message-Id: From: "D. Goss" Date: Fri, 10 Jun 2005 19:11:18 -0700 To: Dan Nelson X-Mailer: Apple Mail (2.730) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD questions Subject: Re: new hotswap drive not seen in SCSI scan without reboot? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jun 2005 02:11:21 -0000 On Jun 10, 2005, at 6:42 PM, Dan Nelson wrote: > Try "camcontrol rescan all" to tell the kernel to rescan all the scsi > busses. Otherwise there's no way for it to know you added a device. > > -- > Dan Nelson > dnelson@allantgroup.com Thank you Dan, exacty what I needed. I was unaware of camcontrol and hadn't run into it yet in the guides I have next to me. d.