From owner-freebsd-current@FreeBSD.ORG Wed Jul 29 18:19:07 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 42D9D1065670; Wed, 29 Jul 2009 18:19:07 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from cmail.optima.ua (cmail.optima.ua [195.248.191.121]) by mx1.freebsd.org (Postfix) with ESMTP id 8E1048FC13; Wed, 29 Jul 2009 18:19:06 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from [212.86.226.226] (account mav@alkar.net HELO mavbook.mavhome.dp.ua) by cmail.optima.ua (CommuniGate Pro SMTP 5.2.9) with ESMTPSA id 250118066; Wed, 29 Jul 2009 21:19:03 +0300 Message-ID: <4A709274.20805@FreeBSD.org> Date: Wed, 29 Jul 2009 21:18:28 +0300 From: Alexander Motin User-Agent: Thunderbird 2.0.0.21 (X11/20090405) MIME-Version: 1.0 To: Harald Schmalzbauer References: <4A4517BE.9040504@FreeBSD.org> <4A6F700D.3060002@omnilan.de> In-Reply-To: <4A6F700D.3060002@omnilan.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD-Current , scottl@freebsd.org Subject: Re: RFC: ATA to CAM integration patch X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jul 2009 18:19:07 -0000 Harald Schmalzbauer wrote: > Alexander Motin schrieb am 26.06.2009 20:47 (localtime): > ... >> To hot-plug/unplug drive you should use `camcontrol reset ...` and >> then `camcontrol rescan`. > > Is there something similar to 'atacontrol detach ata6'? > I'd like to do some testsand this was very helpful for me. Not yet. But on my tests I am regularly using sequence of: unmount, remove, rescan, insert, rescan, mount. -- Alexander Motin