On Jun 9, 2007, at 1:04 PM, Ivan Voras wrote:
Marcel Moolenaar wrote:
On Jun 9, 2007, at 9:22 AM, Ivan Voras wrote:
Another thing that would be nice to have is support for fdisk and
disklabel partitions inside geom_part, so it's management utility
can be
used for both GPT and old style partition management (instead of
currently used two tools: fdisk and disklabel).
I do have to make FreeBSD/ia64 boot on a rx2660, but after that I may
be able to take a look at it. I know what's there and I know what's
missing, so I should be able to get the partitioning stuff working
Thanks!
soon-ish. The bootblock requirements may take little longer, because
there's where g_part is missing features.
Do you mean installing boot blocks into the "protective MBR" via
geom_part or something else?
Yep. Both MBR and BSD have boot code and we need to be able to install
it through the GEOM ctlreq I/F. It's not a big problem per se, but it's
something that needs to be implemented. I'm thinking of a new verb
(say "install") that takes one or more blobs of code that the scheme
knows how to handle. The boot code is installed after the partitioning
scheme has been created on the disk...
--
Marcel Moolenaar
[EMAIL PROTECTED]
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"