From owner-freebsd-questions@FreeBSD.ORG Thu Jun 23 01:38:16 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 5039A106566C for ; Thu, 23 Jun 2011 01:38:16 +0000 (UTC) (envelope-from ml@my.gd) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id DB64B8FC0A for ; Thu, 23 Jun 2011 01:38:15 +0000 (UTC) Received: by fxm11 with SMTP id 11so1494302fxm.13 for ; Wed, 22 Jun 2011 18:38:15 -0700 (PDT) Received: by 10.223.57.5 with SMTP id a5mr1798789fah.90.1308793094886; Wed, 22 Jun 2011 18:38:14 -0700 (PDT) Received: from [192.168.0.47] (paris.c-mal.com [88.170.200.60]) by mx.google.com with ESMTPS id h1sm664278fag.35.2011.06.22.18.38.13 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 22 Jun 2011 18:38:14 -0700 (PDT) References: <4E00EA98.1090805@nagual.nl> <4E00FDC0.3090808@infracaninophile.co.uk> In-Reply-To: Mime-Version: 1.0 (iPhone Mail 8J2) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Message-Id: <2596CDD6-593A-4A46-A14E-3BBBAC1AD57E@my.gd> X-Mailer: iPhone Mail (8J2) From: Damien Fleuriot Date: Thu, 23 Jun 2011 03:38:11 +0200 To: krad Cc: "freebsd-questions@freebsd.org" Subject: Re: FreeBSD ZFS system 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, 23 Jun 2011 01:38:16 -0000 On 22 Jun 2011, at 22:22, krad wrote: > On 21 June 2011 21:23, Matthew Seaman wro= te: >=20 >> On 21/06/2011 20:01, Dick Hoogendijk wrote: >>> I'd like to install FreeBSD (pcbsd) on a (zfs) mirror >>> In OpenSolaris you can install directly to the zfs mirror, but how's >>> this in this situation> After all, an UFS partitin is also created. How >>> can I get the equivalent of an OpenSolaris mirrored install for a >>> FreeBSD system? >>=20 >> http://wiki.freebsd.org/RootOnZFS/GPTZFSBoot/Mirror >>=20 >> Cheers >>=20 >> Matthew >>=20 >> -- >> Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard >> Flat 3 >> PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate >> JID: matthew@infracaninophile.co.uk Kent, CT11 9PW >>=20 >>=20 >=20 > its dead easy to do retrospective as well no need to rebuild or ditch the= > pcbsd install method. >=20 > X =3D current boot drive > Y =3D blank drive > z =3D zfs partition/slice eg s1d, p3 etc >=20 > gpart backup /dev/X | gpart restore /dev/Y >=20 Hey that's pretty cool, does this work to copy from a small disk to a bigger= one like dump does, or do the partitions have to be the same size ? > gpart bootcode -b /zfsboot/pmbr -p /zfsboot/(gpt)*zfsboot -i 1 /dev/Y > zpool attach /dev/Xz /dev/Yz > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.or= g"