Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 May 1998 20:11:39 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        jkh@FreeBSD.ORG, julian@whistle.com
Cc:        cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-release@FreeBSD.ORG
Subject:   Re: cvs commit: src/release/sysinstall devices.c
Message-ID:  <199805111011.UAA08264@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>I think the SCSI cdroms should also use 'a'
>(I may be wrong since a lot has changed since I wrote it)

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.

Bruce

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805111011.UAA08264>