Can't Import Zpool - Help?

Status
Not open for further replies.

Chris Moore

Hall of Famer
Joined
May 2, 2015
Messages
10,080
I have a similar problem
You should start a new thread. No matter how similar your problem is, it is better to keep your problem as a new thread so that it is distinct as a new, unanswered problem, instead of just being a comment on an existing situation.
but my issue is: I have 3 similar hard drives 4TB Seagate NAS drives, all 3 connected but having the same error, one of the 3 hard drives has failed, it is still connected but not seen by FreeNAS.
See, your problem is not similar at all, unless you took your drives out of the FreeNAS system, connected them to Windows, formatted them and then put them back in the FreeNAS system to see if it could recover from that...
 

JoshDW19

Community Hall of Fame
Joined
May 16, 2016
Messages
1,077
Hey @ridha

Make sure to give as much detail as you can on your issue so we can do our best to help you out. I've split your post into a new thread since it may not be an exact duplicate issue from the other thread.
 

Chris Moore

Hall of Famer
Joined
May 2, 2015
Messages
10,080
all 3 connected but having the same error, one of the 3 hard drives has failed, it is still connected but not seen by FreeNAS.
Can you give us (in code tags) a listing of the zpool status
It might look something like this:
Code:
   pool: RENAULT
	 id: 7829655522934002613
  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:

		RENAULT										 UNAVAIL  insufficient replicas
		  raidz1-0									  UNAVAIL  insufficient replicas
			296370703986508029						  UNAVAIL  cannot open
			gptid/e268ccdf-d2e6-11e6-96e2-74d02b29b743  ONLINE
			3929311607626872838						 UNAVAIL  cannot open
			gptid/e3101f77-d2e6-11e6-96e2-74d02b29b743  ONLINE
			gptid/e396c418-d2e6-11e6-96e2-74d02b29b743  ONLINE
			gptid/e2f12b56-d2e6-11e6-96e2-74d02b29b743  ONLINE
		  raidz1-1									  ONLINE
			gptid/e3dbfd10-d2e6-11e6-96e2-74d02b29b743  ONLINE
			gptid/e34b2c1d-d2e6-11e6-96e2-74d02b29b743  ONLINE
			gptid/e44badda-d2e6-11e6-96e2-74d02b29b743  ONLINE
			gptid/e416d51f-d2e6-11e6-96e2-74d02b29b743  ONLINE
			gptid/e52b93a0-d2e6-11e6-96e2-74d02b29b743  ONLINE
			gptid/e599f47d-d2e6-11e6-96e2-74d02b29b743  ONLINE

 
Status
Not open for further replies.
Top