From owner-freebsd-questions@FreeBSD.ORG Fri Jul 30 21:43:31 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1104116A4CE for ; Fri, 30 Jul 2004 21:43:31 +0000 (GMT) Received: from mail.bitfreak.org (mail.bitfreak.org [65.75.198.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF53243D5A for ; Fri, 30 Jul 2004 21:43:30 +0000 (GMT) (envelope-from dmp@bitfreak.org) Received: from speck.techno.pagans (c-24-21-241-225.client.comcast.net [24.21.241.225]) by mail.bitfreak.org (Postfix) with ESMTP id D2FC22A477; Fri, 30 Jul 2004 14:43:15 -0700 (PDT) Received: from spud (spud.techno.pagans [172.21.42.19]) by speck.techno.pagans (Postfix) with ESMTP id D8F6017022; Fri, 30 Jul 2004 14:43:14 -0700 (PDT) From: "Darren Pilgrim" To: "'Matthew Seaman'" Date: Fri, 30 Jul 2004 14:43:05 -0700 Message-ID: <000a01c4767e$358a27e0$132a15ac@spud> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 In-Reply-To: <20040730095130.GB1956@happy-idiot-talk.infracaninophile.co.uk> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Importance: Normal cc: questions@freebsd.org Subject: RE: Different sysinstall labelling behaviour when run post-install vs. during install? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jul 2004 21:43:31 -0000 > From: Matthew Seaman [mailto:m.seaman@infracaninophile.co.uk] > > > How do I manually specify or change the partition letter to use? > > Don't use sysinstall(8). sysinstall is like the training wheels > children use when learning to ride a bike: essential in the beginning, > but once they've achieved some proficiency, the training wheels just > get in the way. The last time I used disklabel was on a 4.2-R system. That nasty little creature required you to calculate sector counts and offsets by hand and hope it didn't barf with errors about c not covering the entire disk or partition overlaps, despite your calculations indicating otherwise. It's nice to see it has evolved a bit since then.