From owner-freebsd-questions@FreeBSD.ORG Fri Jul 30 01:02:01 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 0088316A4CE for ; Fri, 30 Jul 2004 01:02:01 +0000 (GMT) Received: from mail.bitfreak.org (mail.bitfreak.org [65.75.198.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9AAC43D62 for ; Fri, 30 Jul 2004 01:02:00 +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 D7AC92A477 for ; Thu, 29 Jul 2004 18:01:59 -0700 (PDT) Received: from spud (spud.techno.pagans [172.21.42.19]) by speck.techno.pagans (Postfix) with ESMTP id 21C8717022 for ; Thu, 29 Jul 2004 18:01:59 -0700 (PDT) From: "Darren Pilgrim" To: Date: Thu, 29 Jul 2004 18:01:50 -0700 Message-ID: <000301c475d0$cf1ce040$132a15ac@spud> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Subject: 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 01:02:01 -0000 Yesterday I was upgrading the disk in one of my workstations. Since I = was planning on growing the filesystems for my FreeBSD install at the same = time, I needed to manually create a new disklabel. I used sysinstall for = this, but ran into a problem: sysinstall doesn't allocate the partition = letters, with 'a' first, if you aren't doing an initial install. I ended up = using the "auto defaults" option to create the 'a' partition, then remove everything and create them as I wanted. I'm glad to say that it worked = out just fine, but this problem raises a couple of questions: Why does sysinstall behave differently when run post-install? How do I manually specify or change the partition letter to use?