Rebuilding my system and as well the RAIDZ. Have 4HDD's one of them is an advanced format drive. So after reading through all the how to's completed the following. Cleared all old labels with
X - stands for drives 5-8.
Then created partitions:
Then ran
But all I get afterwards is this:
Did I miss some steps?
glabel destroy and zpool labelclear on al HDD's then gpart destroy. Created new GPT's:
Code:
gpart create -s GPT daX
Then created partitions:
gpart add -t freebsd-zfs -l diskX -b 2048 -a 4k daX, then gnop():
Code:
gnop create -S 4096 /dev/gpt/diskX
zpool create storage raidz /dev/gpt/disk0.nop /dev/gpt/disk1.nop dev/gpt/disk2.nop dev/gpt/disk3.nop. And finally zpool export storage
Code:
gnop destroy /dev/gpt/diskX.nop
Code:
zpool import storage
But all I get afterwards is this:
Code:
pool: storage
state: ONLINE
status: One or more devices could not be used because the label is missing or
invalid. Sufficient replicas exist for the pool to continue
functioning in a degraded state.
action: Replace the device using 'zpool replace'.
see: http://illumos.org/msg/ZFS-8000-4J
scan: none requested
config:
NAME STATE READ WRITE CKSUM
istorage ONLINE 0 0 0
raidz1-0 ONLINE 0 0 0
gptid/5590aaa0-fc99-11e3-a329-000c29ff593d ONLINE 0 0 0
gpt/disk1 ONLINE 0 0 0
1309460414271469660 UNAVAIL 0 0 0 was /dev/diskid/DISK-%20%20%20%20%20%20ML0220F300BK7D
gptid/66d2f780-fc99-11e3-a329-000c29ff593d ONLINE 0 0 0
Did I miss some steps?