Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Dec 2004 20:14:31 +0000 (GMT)
From:      Chris Hedley <cbh-freebsd-current@groups.chrishedley.com>
To:        Marcel Moolenaar <marcel@xcllnt.net>
Cc:        Pawel Jakub Dawidek <pjd@freebsd.org>
Subject:   Re: GEOM: gpt partitions on a gmirror array possible?
Message-ID:  <20040101195442.Q911@teapot.cbhnet>
In-Reply-To: <20041130201522.GA92745@ns1.xcllnt.net>
References:  <20041127193532.X15946@teapot.cbhnet> <20041129133825.GL7232@darkness.comp.waw.pl> <20041130153044.E20313@teapot.cbhnet> <20041130201522.GA92745@ns1.xcllnt.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 30 Nov 2004, Marcel Moolenaar wrote:
> On Tue, Nov 30, 2004 at 03:37:52PM +0000, Chris Hedley wrote:
>>>
>>> I guess a change like geom_mbr.c:1.57 is in order, or a more to-the-
>>> point test for rejecting GPT on MBR or GPT on GPT.
>>
>> Any suggestions before I start butchering the file in question?
>
> Removal of the following should do it without causing problems:
>
>                if (gp->rank != 2 && insist == 0)
>                        break;
 	...

I made the change to geom/geom_gpt.c and that seems to have done the trick 
- thanks!  I'm really impressed with the help you've given me so quickly.

Cheers,

Chris.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040101195442.Q911>