From owner-freebsd-current@FreeBSD.ORG Wed Jul 30 03:19:13 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75EEF37B401 for ; Wed, 30 Jul 2003 03:19:13 -0700 (PDT) Received: from silver.he.iki.fi (silver.he.iki.fi [193.64.42.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1473943F93 for ; Wed, 30 Jul 2003 03:19:12 -0700 (PDT) (envelope-from pete@he.iki.fi) Received: from PETEX31 (h81.vuokselantie10.fi [193.64.42.129]) by silver.he.iki.fi (8.12.9/8.11.4) with SMTP id h6UAJ9sL077124 for ; Wed, 30 Jul 2003 13:19:09 +0300 (EEST) (envelope-from pete@he.iki.fi) Message-ID: <006501c35683$ffec3300$812a40c1@PETEX31> From: "Petri Helenius" To: Date: Wed, 30 Jul 2003 13:19:02 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: bsdlabel warnings X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 30 Jul 2003 10:19:13 -0000 Is this normal that multiple installations of 5.1-RELEASE complain when running bsdlabel: # /dev/ad0s1: 8 partitions: # size offset fstype [fsize bsize bps/cpg] a: 524288 63 4.2BSD 2048 16384 32776 b: 4194304 524351 swap c: 39102273 63 unused 0 0 # "raw" part, don't edit d: 1048576 4718655 4.2BSD 2048 16384 8 e: 33335105 5767231 4.2BSD 2048 16384 28552 partition c: partition extends past end of unit bsdlabel: partition c doesn't start at 0! bsdlabel: An incorrect partition c may cause problems for standard system utilities partition e: partition extends past end of unit This does not seem to happen if the disk has been labeled by previous versions and upgraded from source. Pete