From owner-freebsd-questions@FreeBSD.ORG Thu Dec 25 15:42:52 2014 Return-Path: Delivered-To: freebsd-questions@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 37136881 for ; Thu, 25 Dec 2014 15:42:52 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E57462460 for ; Thu, 25 Dec 2014 15:42:51 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Y4AYp-0008Eo-92 for freebsd-questions@freebsd.org; Thu, 25 Dec 2014 16:42:47 +0100 Received: from p4fddd489.dip0.t-ipconnect.de ([79.221.212.137]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 25 Dec 2014 16:42:47 +0100 Received: from christian.baer by p4fddd489.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 25 Dec 2014 16:42:47 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Christian Baer Subject: Re: getting rid of a zpool Date: Thu, 25 Dec 2014 16:42:37 +0100 Lines: 13 Message-ID: References: <54841380.7070804@cox.net> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: p4fddd489.dip0.t-ipconnect.de User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 In-Reply-To: <54841380.7070804@cox.net> X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Dec 2014 15:42:52 -0000 Am 07.12.2014 um 09:44 schrieb Eric Popelka: > I'd do a 'zpool offline home2 /dev/gpt/home2' Just for the record (in case someone uses a search engine because he or she has a similar problem)... The solution was thinking a bit more in a Windows way. :-) After a reboot, I could destroy and set up the zpool without an issue. Guess I wasn't used to having to do that anymore. ;-) Regards, Chris