In message <[EMAIL PROTECTED]>, "Greg 'groggy' Lehey" writes:
>I don't know how GEOM handles disk labels, though we've heard a lot >about changes. It's possible that this code is now completely >redundant. It's preparing to write at offset 8 sectors and on from >the beginning of the partition; it would be worth checking what >happens if you just remove the whole disk label writeable stuff. In GEOM you will only find disklabels on disks which have them. That means that there will not be disklabels on sparc64 (unless somebody decides to put them there for obscure reasons). Struct disklabel is being demoted from "generic communicator of disk geometry parameters" because it doesn't do a very good job at it: it's 32bit. And rather than invent a new proprietry 64bit format, we have disbanded the idea in toto, and treated the four real-life geometry parameters individually. mediasize sectorsize fwsectors fwheads The last two are only to be used to read/write firmware/bootstrap compatible magic data on the disks. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message