From owner-freebsd-questions@FreeBSD.ORG Mon Dec 6 00:11:07 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 198EA1065693 for ; Mon, 6 Dec 2010 00:11:07 +0000 (UTC) (envelope-from eliaschr@cha.forthnet.gr) Received: from mx-out.forthnet.gr (mx-out.forthnet.gr [193.92.150.115]) by mx1.freebsd.org (Postfix) with ESMTP id 733658FC13 for ; Mon, 6 Dec 2010 00:11:06 +0000 (UTC) Received: from mx-av-04.forthnet.gr (mx-av.forthnet.gr [193.92.150.27]) by mx-out-03.forthnet.gr (8.14.3/8.14.3) with ESMTP id oB5NsX2V022572 for ; Mon, 6 Dec 2010 01:54:33 +0200 Received: from MX-IN-11.forthnet.gr (mx-in-11.forthnet.gr [193.92.150.31]) by mx-av-04.forthnet.gr (8.14.3/8.14.3) with ESMTP id oB5NsX7Y010785 for ; Mon, 6 Dec 2010 01:54:33 +0200 Received: from pluto.universe (46.12.45.238.dsl.dyn.forthnet.gr [46.12.45.238]) by MX-IN-11.forthnet.gr (8.14.4/8.14.4) with ESMTP id oB5NsWma028816 for ; Mon, 6 Dec 2010 01:54:32 +0200 Authentication-Results: MX-IN-11.forthnet.gr smtp.mail=eliaschr@cha.forthnet.gr; spf=neutral Authentication-Results: MX-IN-11.forthnet.gr header.from=eliaschr@cha.forthnet.gr; sender-id=neutral From: Elias Chrysocheris To: freebsd-questions@freebsd.org Date: Mon, 6 Dec 2010 01:54:30 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.1-RELEASE; KDE/4.5.4; amd64; ; ) References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201012060154.31496.eliaschr@cha.forthnet.gr> Subject: Re: ZFS 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, 06 Dec 2010 00:11:07 -0000 On Monday 06 of December 2010 00:33:48 Gabor Illo wrote: > Hello List! > > I install FreeBSD 8.1 RELEASE to friend server. I use this cool wiki post. > http://wiki.freebsd.org/RootOnZFS/GPTZFSBoot/Mirror > > But i don't know 2.2 point. (Install FreeBSD to zroot) > > Fixit# cd /dist/8.0-* no such directory > Fixit# cd /dist/8.1-* no such directory > > thx > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" As far as I can see, the correct command is Fixit# cd /8.1-RELEASE and then do the rest as described in the article. Regards Elias