From owner-freebsd-hackers Tue Jan 24 08:09:17 1995 Return-Path: hackers-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id IAA00226 for hackers-outgoing; Tue, 24 Jan 1995 08:09:17 -0800 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id IAA00220 for ; Tue, 24 Jan 1995 08:09:12 -0800 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id DAA05264; Wed, 25 Jan 1995 03:08:21 +1100 Date: Wed, 25 Jan 1995 03:08:21 +1100 From: Bruce Evans Message-Id: <199501241608.DAA05264@godzilla.zeta.org.au> To: freebsd-hackers@freefall.cdrom.com, kuku@gilberto.physik.rwth-aachen.de Subject: Re: disklabel (1.1.5.1), partitions Sender: hackers-owner@FreeBSD.org Precedence: bulk >2117025 1819 cyl 15 heads 77 sec >Using these figures in a disktab entry resulted in a warning saying that >partitions c,d,e exceeded end of disk. (I made them p[cde]#2117025). >So I reduced them to what 15 * 77 * 1819 calculates to, namely 2100945 >and disklabel kept silent. >Did I give away some sectors ? According to /etc/disktab, you could have used `su#2117025' in the drive entry in /etc/disktab to use the sectors at the end. There is apparently no way to see or set the correct number of sectors using disklabel -e or sysinstall. Bruce