From owner-freebsd-questions@FreeBSD.ORG Mon Mar 29 05:18:35 2010 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 1E2D3106566B for ; Mon, 29 Mar 2010 05:18:35 +0000 (UTC) (envelope-from nekoexmachina@gmail.com) Received: from mail-fx0-f225.google.com (mail-fx0-f225.google.com [209.85.220.225]) by mx1.freebsd.org (Postfix) with ESMTP id A04528FC08 for ; Mon, 29 Mar 2010 05:18:34 +0000 (UTC) Received: by fxm25 with SMTP id 25so234392fxm.3 for ; Sun, 28 Mar 2010 22:18:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=E00ft1wtQalAoiQoJsKc3HWpVZnps1vW/l4V0hlHWaY=; b=S7TTVNc3Rcgay2g7nVIm5Wfj4BLzKhyZbrpvZx6TYNabEp65aoshvObDzX7qyW/AUG mjmJ+ZL9vuUi8yTWAIo0Lx9zDh5kDMNwLDB1LOF/CB66jjpXEvVnNJ/QRWO/1EK1PD9h +T5Vw6o2TT9fsMcyJERNopKphoh/X9n6N5Lzw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=QuGqumjp4F7J7tJkEe7mw1LWu4Jcy+zgiBTO385l84LveJKHMHFyOOZLbtNfyqQnBr 7vmli4/e9sc1tAx+yVmbz6aXkKZavn1VHHQ8Ow8I3/c0sbEHVpHnipSyqBYE+v97R4Wb L6rcOUF2pNhPEX+7/uTzGmHvnR+zxnwzVW6YU= Received: by 10.223.15.147 with SMTP id k19mr4350376faa.87.1269838325177; Sun, 28 Mar 2010 21:52:05 -0700 (PDT) Received: from localhost ([188.134.12.208]) by mx.google.com with ESMTPS id 22sm8681987fkq.47.2010.03.28.21.52.04 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 28 Mar 2010 21:52:04 -0700 (PDT) Date: Mon, 29 Mar 2010 08:50:56 +0400 From: Mikle To: freebsd-questions@freebsd.org Message-ID: <20100329045056.GA23153@takino.homeftp.org> References: <20100328233943.M212@brightstar.bomgardner.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100328233943.M212@brightstar.bomgardner.net> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: fbsd@brightstar.bomgardner.net Subject: Re: ZFS - Raidz1 - how to recover during install 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: Mon, 29 Mar 2010 05:18:35 -0000 Try: zpool import or zpool import On Sun, Mar 28, 2010 at 05:45:56PM -0600, Gene wrote: > Hi - > > I've been working on installing 8.0 using zfs and raidz1. I was using > instructions found on the wiki. I got to the point where instructions say to > cd to /dist/8.0* and discovered that the livefs cd for 8.0 has no such > directory. However, the usb memstick did. In order to get into, however, I had > to reboot the system. The question now is... > > Once I'm back in fixit and have loaded opensolaris.ko and zfs.ko how do I > bring the dataset (zpool) online? I assume from the zfs docs that "zpool > online zpool " is what I'm looking for, but I'm not sure just what the > device is. > > Any hints? > > Thanks, > > IHN,