From owner-freebsd-hackers Sat Mar 8 17:21:32 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA16705 for hackers-outgoing; Sat, 8 Mar 1997 17:21:32 -0800 (PST) Received: from seagull.rtd.com (seagull.rtd.com [198.102.68.2]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA16694 for ; Sat, 8 Mar 1997 17:21:30 -0800 (PST) Received: (from dgy@localhost) by seagull.rtd.com (8.7.5/8.7.3) id SAA24006 for freebsd-hackers@freefall.cdrom.com; Sat, 8 Mar 1997 18:21:24 -0700 (MST) From: Don Yuniskis Message-Id: <199703090121.SAA24006@seagull.rtd.com> Subject: Disklabel at sysinstall To: freebsd-hackers@freefall.FreeBSD.org (FreeBSD hackers) Date: Sat, 8 Mar 1997 18:21:23 -0700 (MST) X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Greetings! I was just looking at the disk label on an IDE drive on a 2.1R system. Basically: size offset type a 539041 75776 4.2BSD b 75776 0 swap c 614817 0 unused But, sc is 1008 and nc is 609 for a "theoretical" su of 613872 (though 'disklabel' reports su as 614871). So, the first question is, why the ~950 sector discrepancy? Second question, why is partition c labeled as "unused"? And, I assume the su figure should reflect the BIOS settings of the drive (and not necessarily the drive's size or geometry). Lastly, is there anything that I should be wary of wrt a manual disklabel-newfs? Should sysinstall create entries in disktab to reflect the actual settings used during the install (wasn't this true of earlier -- like 1.1R days -- releases)? Thanks! --don