Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jun 2011 20:22:08 +0100
From:      a.smith@ukgrid.net
To:        freebsd-fs@freebsd.org
Subject:   RE: GEOM: the primary GPT table is corrupt or invalid after RAIDZ creation
Message-ID:  <20110625202208.36707k3wovx5ixwk@webmail2.ukgrid.net>

next in thread | raw e-mail | index | archive | help
Hi,

  Looks to me like you are creating 4k aligned partions (adxp1) and  
then not using them.
I think you need to do:

gnop create -S 4096 ad6p1 (you have 4086 so hopefully just a typo from you)
zpool create raidz tank ad6p1.nop ad8p1 ad10p1 ad12p1 ad14p1

Using adx[.nop] at the zpool create stage is using the whole usable  
disk, not the aligned GPT partion you went to the trouble of creating  
(gpart add -t freebsd-zfs -b 2048 ad6).

cheers Andy.






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