GPT partition scheme on a stripe

Allan Jude allanjude at freebsd.org
Tue Nov 25 19:07:33 UTC 2014


On 2014-11-25 13:47, muthira mammootty via freebsd-hackers wrote:
> I am trying to create a GPT partition scheme on a striped volume made out of two drives and getting error. Is this not valid?
> # gstripe label -v journal2 /dev/ad12 /dev/ad13# gpart create -s GPT stripe/journal2GEOM: ad12: corrupt or invalid GPT detected.GEOM: ad12: GPT rejected — may not be recoverable.
> 
> _______________________________________________
> freebsd-hackers at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
> To unsubscribe, send any mail to "freebsd-hackers-unsubscribe at freebsd.org"
> 

GPT and GEOM store their metadata in the same place, the last sector of
the drive.

The recommended way to deal with this is to create GPT partitions on
both of the raw disks, then stripe the partitions together, rather than
the other way around.


-- 
Allan Jude

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 834 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/freebsd-hackers/attachments/20141125/5b3c0da7/attachment.sig>


More information about the freebsd-hackers mailing list