Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Jul 2000 08:03:44 -0700 (PDT)
From:      John Baldwin <jhb@pike.osd.bsdi.com>
To:        Bruce Evans <bde@zeta.org.au>
Cc:        imp@village.org, dwhite@resnet.uoregon.edu, freebsd-current@FreeBSD.ORG
Subject:   Re: No /boot/loader
Message-ID:  <200007221503.IAA98549@pike.osd.bsdi.com>
In-Reply-To: <Pine.BSF.4.21.0007222125540.312-100000@besplex.bde.org> from Bruce Evans at "Jul 22, 2000 09:38:21 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
Bruce Evans wrote:
> On Fri, 21 Jul 2000, John Baldwin wrote:
> 
> > Bruce Evans wrote:
> > > On Thu, 20 Jul 2000, John Baldwin wrote:
> > > > ...
> > > > unused even though it is, in fact, used.  The fact that it works at all is
> > > > due to brokenness on our part (we don't check that partitions in a disklabel
> > > > fit in the parent slice) and also results in several hacks in various portions
> > > > of the code where we have to check for such bogusness and work around it.
> > > 
> > > No, that's wrong too :-) .  We a lot of checking that partitions in a
> > > disklabel fit in the parent slice.  We clip partitions that don't fit in
> > > various ways for backwards compatibility.
> 
> > Erm, maybe we clip partitions which aren't dangerously dedicated, but
> > I've created test dangerously dedicated disks, and we certainly do not
> > bother to actually change any of the slice information when we do so.
> > disklabel(8) does for truly dedicated, but libdisk doesn't for dangerously
> > dedicated.
> 
> The dangerously dedicated case has one slice covering the whole disk.  We
> unclip the slice info from the magic 50000 sectors to the size of the whole
> disk (as reported by the driver) to handle this.  Reading the slice info
> using DIOCGSLICEINFO shows the full size, but no changes are made to the
> mbr.  This is in the kernel.  I'm not sure exactly what libdisk does, but
> it is constrained by what the kernel will accept.
> 
> Bruce

Ok, so we normally do clip slice information, except in the case of a
dangerously dedicated slice.  Which works fine so long as no one ever
creates a 50000 block slice in the 4th entry, as we will expand that
slice to cover all of the disk.  It also means that kernel, like the loader,
has to special case when it sees a dangeriously dedicated slice, which is
rather evil, IMO.

-- 

John Baldwin <jhb@bsdi.com> -- http://www.FreeBSD.org/~jhb/
PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc
"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/


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




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