I am trying to create a zpool composed of four drives inside a USB enclosure. I initially created a pool composed of a single drive in a single VDEV, then decided the capacity would not be sufficient, destroyed that pool and ever since, I cannot create another pool, each time generating the "one or more devices is currently unavailable" error.
I don't have deep knowledge of FreeBSD so I could use some help. Any thoughts?
I am running an older, unsupported version of FreeBSD (10) which we will soon be migrating from.
Thanks in advance!
Code:
zpool create tank raidz1 da96 da97 da98 da99
cannot create 'tank': one or more devices is currently unavailable
I don't have deep knowledge of FreeBSD so I could use some help. Any thoughts?
I am running an older, unsupported version of FreeBSD (10) which we will soon be migrating from.
Thanks in advance!