From owner-freebsd-bugs@FreeBSD.ORG Tue Mar 6 20:30:11 2012 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6BD5B1065675 for ; Tue, 6 Mar 2012 20:30:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 277CE8FC17 for ; Tue, 6 Mar 2012 20:30:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q26KUBMB099582 for ; Tue, 6 Mar 2012 20:30:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q26KUANL099578; Tue, 6 Mar 2012 20:30:10 GMT (envelope-from gnats) Resent-Date: Tue, 6 Mar 2012 20:30:10 GMT Resent-Message-Id: <201203062030.q26KUANL099578@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jin Guojun Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B8C8F106564A for ; Tue, 6 Mar 2012 20:29:59 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id A8BB48FC0A for ; Tue, 6 Mar 2012 20:29:59 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q26KTxdj024388 for ; Tue, 6 Mar 2012 20:29:59 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q26KTxPb024387; Tue, 6 Mar 2012 20:29:59 GMT (envelope-from nobody) Message-Id: <201203062029.q26KTxPb024387@red.freebsd.org> Date: Tue, 6 Mar 2012 20:29:59 GMT From: Jin Guojun To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: bin/165789: bsdlabel: partition c doesn't cover the whole unit! X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Mar 2012 20:30:11 -0000 >Number: 165789 >Category: bin >Synopsis: bsdlabel: partition c doesn't cover the whole unit! >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Mar 06 20:30:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jin Guojun >Release: 8.3-Beta >Organization: >Environment: FreeBSD bsd 8.3-BETA1 FreeBSD 8.3-BETA1 #0: Wed Feb 29 12:44:48 PST 2012 >Description: % bsdlabel da0s2 # /dev/da0s2: 8 partitions: # size offset fstype [fsize bsize bps/cpg] c: 122334975 0 unused 0 0 # "raw" part, don't edit d: 122334975 0 4.2BSD 0 0 0 bsdlabel: partition c doesn't cover the whole unit! bsdlabel: An incorrect partition c may cause problems for standard system utilities % bsdlabel da0s1 # /dev/da0s1: 8 partitions: # size offset fstype [fsize bsize bps/cpg] c: 62910477 0 unused 0 0 # "raw" part, don't edit d: 2097152 0 4.2BSD 0 0 0 bsdlabel: partition c doesn't cover the whole unit! bsdlabel: An incorrect partition c may cause problems for standard system utilities bsdlabel sends out some non-sense message when showing a slice information. For a disk drive with single slice, this may make sense. If a drive has multiple slices, the C cannot cover the entire disk space, and this message make no sense at all. >How-To-Repeat: Create a two or more slices on a hard disk drive then run bsdlabel on each slice. >Fix: >Release-Note: >Audit-Trail: >Unformatted: