From owner-freebsd-bugs Tue Jul 27 14:30: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 839EC15352 for ; Tue, 27 Jul 1999 14:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA77954; Tue, 27 Jul 1999 14:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id AB8AF14EB3; Tue, 27 Jul 1999 14:22:55 -0700 (PDT) Message-Id: <19990727212255.AB8AF14EB3@hub.freebsd.org> Date: Tue, 27 Jul 1999 14:22:55 -0700 (PDT) From: mkc@graphics.cornell.edu To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: bin/12844: sysinstall disk label editor needs to right justify Size field, or use GB Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12844 >Category: bin >Synopsis: sysinstall disk label editor needs to right justify Size field, or use GB >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 Jul 27 14:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Mitch Collinsworth >Release: 3.2-R >Organization: Cornell University >Environment: FreeBSD benge.graphics.cornell.edu 3.2-RELEASE FreeBSD 3.2-RELEASE #0: Thu Jul 1 14:43:21 EDT 1999 mkc@benge.graphics.cornell.edu:/usr/src/sys/compile/BENGE i386 >Description: sysinstall's disk label editor's size field is overflowing when size is greater than 9999MB, which is now a reality. But there are (potentially) free spaces to the left if the Mount field is not filled. Alternatively, start using GB instead of MB. Below is an example of what just happened when I added an 18 GB and 2 9 GB disks: FreeBSD Disklabel Editor Disk: da2 Partition name: da2s1 Free: 0 blocks (0MB) Disk: da3 Partition name: da3s1 Free: 0 blocks (0MB) Disk: da4 Partition name: da4s1 Free: 0 blocks (0MB) Part Mount Size Newfs Part Mount Size Newfs ---- ----- ---- ----- ---- ----- ---- ----- da2s1e /remote/16 17366MBUFS Y da3s1e /remote/17 8682MB UFS Y da4s1e /remote/18 8682MB UFS Y The following commands are valid here (upper or lower case): C = Create D = Delete M = Mount pt. W = Write N = Newfs Opts T = Newfs Toggle U = Undo Q = Finish A = Auto Defaults for all! Use F1 or ? to get more help, arrow keys to select. >How-To-Repeat: Add another 18 GB disk. >Fix: Right justify rather than left justify, or use GB rather than MB when value exceeds 9999 MB. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message