Subject: Re: 1.3.3 installer problems
To: Andreas Gustafsson <gson@araneus.fi>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: port-i386
Date: 02/12/1999 18:11:48
Andreas Gustafsson wrote:
> 
...
> 
> This happens if you create an "a" partition starting at track 0
> instead of track 1.  Unfortunately, the design of sysinst makes this
> mistake all too easy to make.
> 
> Sysinst does reserve the first track of the disk by default, but if
> you choose to have partition sizes displayed in cylinders or megabytes
> rather than in sectors, the starting point of the "a" partition will
> be displayed rounded down to the nearest full cylinder or megabyte -
> that is, as zero.  Then if you want to change the size of the "a"
> partition manually, there is no way of reserving the first track!
> Most likely you will specify a starting cylinder (or starting meg) of
> zero, because that is what is being shown as the default.  If you do
> that, you're screwed.
> 
> This bug in sysinst really ought to be fixed (thus the CC to
> root@garbled.net, who said he was working on such things).
> As a workaround, always enter your partitions in units of sectors.

on 1.3F/i386:

5 partitions:
#        size   offset    fstype   [fsize bsize   cpg]
  a:   204624        0      4.2BSD     1024  8192    16   # (Cyl.    0 - 202)
  b:   122976   204624        swap                        # (Cyl.  203 - 324)
  c:  1065456        0      unused        0     0         # (Cyl.    0 - 1056)
  d:  1065456        0      unused        0     0         # (Cyl.    0 - 1056)
  e:   737856   327600      4.2BSD     1024  8192    16   # (Cyl.  325 - 1056)

So, what is so bad about having an offset of 0? As long as you really want
the whole disk given over to NetBSD, this isn't a problem, is it?

Cheers,

Patrick