From owner-cvs-release Mon May 11 03:40:43 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA18127 for cvs-release-outgoing; Mon, 11 May 1998 03:40:43 -0700 (PDT) (envelope-from owner-cvs-release) Received: from godzilla.zeta.org.au (mothra.kralizec.net.au [203.15.68.22] (may be forged)) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA18114; Mon, 11 May 1998 03:40:20 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id UAA11259; Mon, 11 May 1998 20:30:23 +1000 Date: Mon, 11 May 1998 20:30:23 +1000 From: Bruce Evans Message-Id: <199805111030.UAA11259@godzilla.zeta.org.au> To: bde@zeta.org.au, jkh@FreeBSD.ORG, julian@whistle.com Subject: Re: cvs commit: src/release/sysinstall devices.c Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-release@FreeBSD.ORG Sender: owner-cvs-release@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >>I think the SCSI cdroms should also use 'a' >>(I may be wrong since a lot has changed since I wrote it) I wrote: >Yes, the cd driver generates a (buggy) fake partition with only >an 'a' entry. Bugs: >1) the fstype for the 'a' entry is 4.4LFS. >2) the size for the 'a' entry seems to be correct for 512-byte > sectors, but it should be in 2048-byte sectors. The > sectors/unit entry is in 2048-byte sectors. disklabel(8) > warns about the size being too large. Howerver, the 'c' partition works anyway. More bugs and bogons: 3) no bounds checking for the 'c' partition. 4) bounds checking for the 'a' partition depends on 512-byte sectors, i.e., it depends on one of the bugs in 2). Bruce