From owner-freebsd-current@FreeBSD.ORG Tue May 19 17:10:36 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 AE4BE106564A for ; Tue, 19 May 2009 17:10:36 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from pele.citylink.co.nz (pele.citylink.co.nz [202.8.44.226]) by mx1.freebsd.org (Postfix) with ESMTP id 6B7698FC13 for ; Tue, 19 May 2009 17:10:36 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by pele.citylink.co.nz (Postfix) with ESMTP id 478BBFF12; Wed, 20 May 2009 05:10:35 +1200 (NZST) X-Virus-Scanned: Debian amavisd-new at citylink.co.nz Received: from pele.citylink.co.nz ([127.0.0.1]) by localhost (pele.citylink.co.nz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mGTSFSe-oakI; Wed, 20 May 2009 05:10:31 +1200 (NZST) Received: from citylink.fud.org.nz (unknown [202.8.44.45]) by pele.citylink.co.nz (Postfix) with ESMTP; Wed, 20 May 2009 05:10:31 +1200 (NZST) Received: by citylink.fud.org.nz (Postfix, from userid 1001) id 1181011434; Wed, 20 May 2009 05:10:31 +1200 (NZST) Date: Tue, 19 May 2009 10:10:30 -0700 From: Andrew Thompson To: Randy Bush Message-ID: <20090519171030.GG78829@citylink.fud.org.nz> References: <20090518162253.GA78829@citylink.fud.org.nz> <20090519100744.GB5943@server.vk2pj.dyndns.org> <20090519162936.GB1457@carrot.geeknest.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) 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:10:36 -0000 On Tue, May 19, 2009 at 10:07:00AM -0700, Randy Bush wrote: > >>>> I used gpart for the first time today and a few things came to mind. > >>> You're not alone. Have a look at > >>> http://lists.freebsd.org/pipermail/freebsd-arch/2008-November/008731.html > >> and how the hell do i use it on a raw install? it is not on snapshot > >> 200905 disk1 or livecd. > > I've been using gpart on the livecd for a long time. You might want to do a > > chroot to /dist or something first though. > > ok, kinda > > ad4 ad5 and ad6 are in my dmesg > > Fixit# gpart create -s gpt /dev/ad4 > gpart: No such file or directory > > Fixit# gpart create -s GPT /dev/ad4 > gpart: No such file or directory > > Fixit# gpart create -s GPT ad4 > gpart: No such file or directory > > If you have done a chroot then you need to make sure devfs is also mounted within it mount -t devfs devfs /dist/dev Andrew