From owner-freebsd-current@FreeBSD.ORG Wed May 20 01:04:50 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 210631065675 for ; Wed, 20 May 2009 01:04:50 +0000 (UTC) (envelope-from randy@psg.com) Received: from ran.psg.com (ran.psg.com [IPv6:2001:418:1::36]) by mx1.freebsd.org (Postfix) with ESMTP id EC65A8FC18 for ; Wed, 20 May 2009 01:04:49 +0000 (UTC) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=rmac.psg.com) by ran.psg.com with esmtp (Exim 4.69 (FreeBSD)) (envelope-from ) id 1M6aEi-0003OK-DB; Wed, 20 May 2009 01:04:48 +0000 Received: from rmac.local.psg.com (localhost [127.0.0.1]) by rmac.psg.com (Postfix) with ESMTP id 2720217FDACF; Tue, 19 May 2009 18:04:48 -0700 (PDT) Date: Tue, 19 May 2009 18:04:47 -0700 Message-ID: From: Randy Bush To: Andrew Milton In-Reply-To: <20090519190648.GD1050@camelot.theinternet.com.au> References: <20090518162253.GA78829@citylink.fud.org.nz> <20090519100744.GB5943@server.vk2pj.dyndns.org> <20090519162936.GB1457@carrot.geeknest.org> <20090519171030.GG78829@citylink.fud.org.nz> <20090519190648.GD1050@camelot.theinternet.com.au> User-Agent: Wanderlust/2.15.5 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.7 Emacs/22.3 (i386-apple-darwin9.6.0) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Cc: Marcel Moolenaar , current@freebsd.org Subject: Re: gpart X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 May 2009 01:04:50 -0000 as punishment, here is yet another email so i have it all partitioned using fixit/dist. ad4p1 64k freebsd-boot ad4p2 64g freebsd-zfs (to use as zfs mirror) ad4p3 64g freebsd-swap ad4p4 2tb freebsd-zfs (to use as raidz2) same for ad5. ad6 and ad7 have only p1 to join the raidz2. but i can not build the boot zfs mirror because i can not follow the destructions at http://lulf.geeknest.org/blog/freebsd/Setting_up_a_zfs-only_system/ http://wiki.freebsd.org/AppleMacbook etc because fixit/dist is a world where i can not mount the zfs pool because / is read-only md0. so i can not set up the bootable zfs mirror system. and, to add to the fun. due to time pressure, i go to back off to my old faithful hack of small gmirrored boot partitions with big zfs. i dd whomp the base drives (dd if=/dev/zero of=/dev/da4 count=1000000). but it seems not to stomp them. the sysinstall fdisk partiton editor keeps seeing ad4p[1-4]! coffee or sleep, tough call. randy