Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
you can now fix a label that is in the wrong place via:
disklabel rz0 >! foo ; disklabel -R rz0 foo
like disklabel says you can.
|
|
|
|
first and then fall back to scanning starting at LABELSECTOR. Previously
it just did the scan.
writedisklabel: Write label to the correct place (LABELSECTOR + LABELOFFSET)
if disk is unlabelled. Previously it was written at LABELSECTOR which
hosed bootblock writing (as the boot blocks would overwrite the label).
|
|
|
|
|
|
|
|
Also remove warning when opening a partition that overlaps another,
no one else does this.
|
|
generic scsi system
|
|
|
|
|
|
timers on the Pentium.
|
|
|
|
o extra sanity checks and support for invalidating old label
like on other ports.
|
|
|
|
happier.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<danmcd@eng.sun.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|