From owner-freebsd-current@FreeBSD.ORG Tue May 19 17:33:34 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 92C7E1065676; Tue, 19 May 2009 17:33:34 +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 741F78FC18; Tue, 19 May 2009 17:33:34 +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 1M6TC1-0002A4-29; Tue, 19 May 2009 17:33:33 +0000 Received: from rmac.local.psg.com (localhost [127.0.0.1]) by rmac.psg.com (Postfix) with ESMTP id CCBFC17D920F; Tue, 19 May 2009 10:33:32 -0700 (PDT) Date: Tue, 19 May 2009 10:33:32 -0700 Message-ID: From: Randy Bush To: Andrew Thompson In-Reply-To: <20090519171030.GG78829@citylink.fud.org.nz> References: <20090518162253.GA78829@citylink.fud.org.nz> <20090519100744.GB5943@server.vk2pj.dyndns.org> <20090519162936.GB1457@carrot.geeknest.org> <20090519171030.GG78829@citylink.fud.org.nz> 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: current@freebsd.org, Ulf Lilleengen 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: Tue, 19 May 2009 17:33:34 -0000 > If you have done a chroot then you need to make sure devfs is also > mounted within it > > mount -t devfs devfs /dist/dev thanks. Fixit# gpart create -s gpt /dev/ad4 gpart: geom 'ad4': File exists Fixit# gpart create -s gpt ad4 gpart: geom 'ad4': File exists sorry to be such a pita