From owner-freebsd-questions@FreeBSD.ORG Thu May 26 16:24:01 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4AEB41065670 for ; Thu, 26 May 2011 16:24:01 +0000 (UTC) (envelope-from icemaca@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id CA9B78FC14 for ; Thu, 26 May 2011 16:24:00 +0000 (UTC) Received: by wyf23 with SMTP id 23so870422wyf.13 for ; Thu, 26 May 2011 09:23:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=QQJ5RnNboYdU9Fx/YDhxk8C0ezXohRXX0vVb1VxEHlQ=; b=pSBweiHosmXEojsNb+7IOBQkeZh7RFXghdPCUrtdfK+C6dEkYc2XcsccwmR9PDr6+a 14N2pBjcwVy06cHzztGTfKvd/1LzDPpjNQcoRFZ06bXbhK5qijhIOwmqvvQKmneVWtjK rreAzipGCqUf+peB00M9dhqoEIoifvZB0GVaQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=GtG4pa2OZV5+sL0zCrZBB/8o6V5gYSRMH3LzdZfU8Lei+4EO6Uuw8pcO5tNWUEsNnt WxZeivgFWsGyLv3SgmQAs2nVJ1uT5Muu5YzvXfk1sV2zh8drtvuD9uApc67zy2WvLNuG 3uNbq9pyscJ2LPGGYhOVpr3RuFs0uQxSNHk9A= Received: by 10.227.12.18 with SMTP id v18mr1054970wbv.72.1306427039457; Thu, 26 May 2011 09:23:59 -0700 (PDT) Received: from barsh.ilras.com (c68-16.i05-18.onvol.net [88.203.68.16]) by mx.google.com with ESMTPS id o19sm577995wbh.4.2011.05.26.09.23.57 (version=SSLv3 cipher=OTHER); Thu, 26 May 2011 09:23:58 -0700 (PDT) Message-ID: <4DDE7E9B.6070807@gmail.com> Date: Thu, 26 May 2011 18:23:55 +0200 From: icema User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.13) Gecko/20110120 Thunderbird/3.1.7 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20110526162901.11235ycg31ac6qw4@webmail2.ukgrid.net> In-Reply-To: <20110526162901.11235ycg31ac6qw4@webmail2.ukgrid.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: zfs newbie question 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: Thu, 26 May 2011 16:24:01 -0000 On 05/26/11 17:29, a.smith@ukgrid.net wrote: > Hi, > > zpool create is a destructive command to data on the disks, ie any > preexisting pool, but it would normally warn you if it found an > existing pool on the disks you are trying to use. > Run: > > # zpool import > > and it will scan any attached disks for pools that are importable, if > it detects your old pool then you can import it again via the zpool > import command, > > cheers Andy. > thank u vm took 2secs.