So I'm losing it here. I've been searching these forums for a while and I can't get my pool to import. I'm running a RAIDZ1-0 on 5 6tb red drives with my os on a flashdrive. One of the drives is definitely bad. It's ticking and not being read at all. the other 4 read just fine. I also installed a new 6tb red drive to replace it, but the pool refuses to import despite the other 4 being just fine.
Code:
root@freenas:~ # zpool status
pool: freenas-boot
state: ONLINE
scan: scrub repaired 0 in 0 days 00:00:40 with 0 errors on Sat Oct 26 03:45:40 2019
config:
NAME STATE READ WRITE CKSUM
freenas-boot ONLINE 0 0 0
da5p2 ONLINE 0 0 0
errors: No known data errors
root@freenas:~ # zpool import
pool: MediaVolume
id: 10528861592664651948
state: UNAVAIL
status: One or more devices are missing from the system.
action: The pool cannot be imported. Attach the missing
devices and try again.
see: http://illumos.org/msg/ZFS-8000-3C
config:
MediaVolume UNAVAIL insufficient replicas
raidz1-0 ONLINE
gptid/845c36d7-f27d-11e7-9e52-842b2b6ac4f3 ONLINE
gptid/85291971-f27d-11e7-9e52-842b2b6ac4f3 ONLINE
gptid/86451166-f27d-11e7-9e52-842b2b6ac4f3 ONLINE
gptid/3991684c-873e-11e9-be39-842b2b6ac4f3 ONLINE
2072263696031995997 UNAVAIL cannot open
root@freenas:~ # zpool import -f MediaVolume
cannot import 'MediaVolume': no such pool or dataset
Destroy and re-create the pool from
a backup source.