Subject: Re: 1.3/sparc install troubles.
To: Not for internal consumption <greywolf@starwolf.starwolf.com>
From: Paul Kranenburg <pk@cs.few.eur.nl>
List: port-sparc
Date: 01/15/1998 23:31:34
> Technically speaking, we could "fix it" if a) we corrected the diagnostic
> message or 2) we disallowed partitioning on anything but cylinder boundaries
> on the SPARC port.
We do 2).. the kernel returns EINVAL, and disklabel(8) implements a) by
saying that something was invalid :-)
A possible way to get more extensive diagnostics, tailored to a port's
idiosyncracies, is to add some sort of `md_check_label()' to
disklabel(8).
-pk