ZFS: unsupported ZFS version 5000 (should be 28)

Sam Fourman Jr. sfourman at gmail.com
Fri Aug 2 07:58:13 UTC 2013


> gpart bootcode -b /boot/pmbr -p /boot/gptzfsboot -i 1 da0
>
> And then re-run that for each of da1 through da5, to install the boot
> code on each.  (I don't know if that helps or not, but it's a habit of
> mine, in case a drive dies in the future).
>
> Is that the right command to run for this?
>

Yes, that SHOULD have worked, I just re looked at my script I used to setup
my zpool
for reference here  is what I did from a -HEAD snapshot image

gpart create -s gpt ada0 > /dev/null 2>&1
gpart add -b 34 -s 64k -t freebsd-boot ada0 > /dev/null 2>&1
gpart add -t freebsd-zfs -a 4k -l tank-disk0 ada0 > /dev/null 2>&1
gpart bootcode -b /boot/pmbr -p /boot/gptzfsboot -i 1 ada0 > /dev/null 2>&1
gnop create -S 4096 /dev/gpt/tank-disk0 > /dev/null 2>&1


Sam Fourman Jr.


More information about the freebsd-fs mailing list