- pool: moviespool2
state: DEGRADED
scan: resilvered 142G in 1h45m with 0 errors on Sat Sep 10 04:25:59 2016
config:
NAME STATE READ WRITE CKSUM
moviespool2 DEGRADED 0 0 0
raidz2-0 DEGRADED 0 0 0
da3 ONLINE 0 0 0
da2 ONLINE 0 0 0
da1 ONLINE 0 0 0
da5 ONLINE 0 0 0
replacing-4 DEGRADED 4 77.5K 0
8139071378898316023 UNAVAIL 0 0 0 was /dev/gpt/primary
11169854016354540108 UNAVAIL 0 0 0 was /dev/gpt/Basic%20data%20partition
cache
gpt/cache2 ONLINE 0 0 0
Code: Select all
zpool replace moviespool2 /dev/gpt/primary
cannot open '/dev/gpt/primary': No such file or directory
zpool replace -f moviespool2 /dev/gpt/Basic%20data%20partition
invalid vdev specification
the following errors must be manually repaired:
/dev/gpt/Basic%20data%20partition is part of active pool 'moviespool2'please help!

