From owner-freebsd-fs@FreeBSD.ORG Thu Jun 28 14:06:18 2007 Return-Path: X-Original-To: freebsd-fs@FreeBSD.org Delivered-To: freebsd-fs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6B0ED16A400 for ; Thu, 28 Jun 2007 14:06:18 +0000 (UTC) (envelope-from james-freebsd-fs2@jrv.org) Received: from mail.jrv.org (adsl-70-243-84-13.dsl.austtx.swbell.net [70.243.84.13]) by mx1.freebsd.org (Postfix) with ESMTP id 2A15113C448 for ; Thu, 28 Jun 2007 14:06:17 +0000 (UTC) (envelope-from james-freebsd-fs2@jrv.org) Received: from imac.housenet.jrv (iMac.housenet.jrv [192.168.3.150]) by mail.jrv.org (8.14.1/8.13.1) with ESMTP id l5SE6GXk087067; Thu, 28 Jun 2007 09:06:16 -0500 (CDT) (envelope-from james-freebsd-fs2@jrv.org) DKIM-Signature: v=0.5; a=rsa-sha256; c=simple/simple; d=jrv.org; s=enigma; t=1183039576; bh=BJBEq0GvZBEBvxjiiq/kEzNR9Mu/zhsvBvDOfvvuNeg=; h=DomainKey-Signature: Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=I d5TtxOocC4oAPoYs6rbqWWcT51wuUnd0TuZ6V/JNRQBfTg9Z7GkTivbG9VcDk+rNkAZ xQ5/JETiwM09ejt3vcAYLYaAJixhSfp6eaY0AkRbSIDWV49OSeLYGiQrFoatDrTQY9t Q/fJJrC3/MPpHQ+7G/RiqSnTIkNsC4ge+u1A= DomainKey-Signature: a=rsa-sha1; s=enigma; d=jrv.org; c=nofws; q=dns; h=message-id:date:from:user-agent:mime-version:to:cc:subject: references:in-reply-to:content-type:content-transfer-encoding; b=W0cJJoqbZ+mZsH//zqjmrN3cRw1bcAQskEweHgZ+MgwVwJziHitpbHuiXntyPnBUZ mWE+ON/DGlp5I5Y5cly5l1Oh6IolISS1sIaxszT9ikBEUkJWNDeGgN3XvUQwrUmtlCk Lb+9Fi+9Z7wfNcH+SRYb18RWorIXN1CFpLFf5+I= Message-ID: <4683C058.40507@jrv.org> Date: Thu, 28 Jun 2007 09:06:16 -0500 From: "James R. Van Artsdalen" User-Agent: Thunderbird 2.0.0.4 (Macintosh/20070604) MIME-Version: 1.0 To: Pawel Jakub Dawidek References: <46823E1D.8060403@jrv.org> <20070628124430.GB9381@garage.freebsd.pl> In-Reply-To: <20070628124430.GB9381@garage.freebsd.pl> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-fs@FreeBSD.org Subject: Re: ZFS - how to recover pool after power loss? X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jun 2007 14:06:18 -0000 Pawel Jakub Dawidek wrote: > Your pool is already imported after power failure. Try 'zpool status'. > In other words, pool are imported automatically after power failures, > but file systems and ZVOLs are not, you need to use rc.d/zfs script or > do it manually: > > # zfs mount -a > # zfs volinit > > This pool was created with the -R option which I understand means it won't be automatically imported. I get this result after booting # zpool status no pools available #