From owner-freebsd-questions@FreeBSD.ORG Fri Dec 13 23:41:41 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7F0ED733; Fri, 13 Dec 2013 23:41:41 +0000 (UTC) Received: from zoom.lafn.org (zoom.lafn.org [108.92.93.123]) by mx1.freebsd.org (Postfix) with ESMTP id 50AE51A92; Fri, 13 Dec 2013 23:41:40 +0000 (UTC) Received: from [10.0.1.4] (static-71-177-216-148.lsanca.fios.verizon.net [71.177.216.148]) (authenticated bits=0) by zoom.lafn.org (8.14.7/8.14.2) with ESMTP id rBDNfVGB046202 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Fri, 13 Dec 2013 15:41:31 -0800 (PST) (envelope-from bc979@lafn.org) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\)) Subject: Re: Using bsdinstall for an additional drive From: Doug Hardie In-Reply-To: Date: Fri, 13 Dec 2013 15:41:31 -0800 Content-Transfer-Encoding: quoted-printable Message-Id: <8DA3BBAC-B27A-44FE-A9EE-310A9A956498@lafn.org> References: To: Devin Teske , "Teske, Devin" X-Mailer: Apple Mail (2.1510) X-Virus-Scanned: clamav-milter 0.98 at zoom.lafn.org X-Virus-Status: Clean Cc: Michael Sierchio , "freebsd-questions@freebsd.org Questions" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Dec 2013 23:41:41 -0000 On 8 December 2013, at 14:29, "Teske, Devin" = wrote: >=20 > On Dec 8, 2013, at 1:31 PM, Doug Hardie wrote: >=20 >>=20 >> On 8 December 2013, at 10:47, Michael Sierchio = wrote: >>=20 >>> I think it's worth the effort to try to understand gpart et al. >>>=20 >>=20 >> Yes - that works. But you have to remember it. I do this once every = couple years. Thats why sysinstall was useful. I didn't have to = remember either where I put the notes, or on the specific commands = themselves. I run a number of systems running FreeBSD because they are = reliable, consistent, and I don't have to remember a ton of drivel. = Unfortunately, we have re-introduced some of that in this situation. >>=20 >=20 > Does "bsdinstall partedit" somehow not fit the bill? I never found that amidst all the data in the man page. A quick look = shows that it appears to fit my needs. I'll have to try it out in a few = weeks. Thanks.