Bigger boot block size?

Dag-Erling Smørgrav des at des.no
Sun Sep 11 07:34:42 PDT 2005


Scott Long <scottl at samsco.org> writes:
> Yes, and you've been waving your hands about this for a long time =-)
> GPT is a nice sucessor, but our support for it is not ready for prime
> time, IMHO.  What is required to actually make the switch:
>
> 1) appropriate support in all stages of the bootloader for i386 and
> amd64.
> 2) appropriate support in sysinstall for all platforms.
> 3) docs that describe GPT on FreeBSD, how to install a system to it, and
> how to upgrade a system to it.
> 4) visual editor for GPT.  You might laugh that bsdlabel/disklabel only
> uses vi, but it's worlds better than what the gpt utility provides now.

5) rewrite gpt(8) to use GEOM verbs (which need to be implemented in
   geom_gpt) instead of operating directly on the provider.  With the
   current state of affairs, you can't even 'gpt show' if one of the
   partitions on the GPT volume is mounted.

We also need to fix gstripe, gmirror etc. so they place their metadata
at the start of the provider instead of at the end.

DES
-- 
Dag-Erling Smørgrav - des at des.no



More information about the freebsd-arch mailing list