Amu W Ramappa
Dabbler
- Joined
- Mar 24, 2014
- Messages
- 20
Our CIFS share quit working and I went to restart the server and then the status of the pool was UNKNOWN on the WEBGUI. So, went into the SSH and try to do an zfs import and this is the message I get:
I tried to do zpool import -f storage and here's the output of that command:
Here's my version of freenas:
Could someone please help me resolve this issue? Our school is at a stall because of this. :(
Thanks!
Code:
[root@nas1] ~# zpool import
pool: storage
id: 10069954888908849131
state: FAULTED
status: The pool metadata is corrupted.
action: The pool cannot be imported due to damaged devices or data.
The pool may be active on another system, but can be imported using
the '-f' flag.
see: http://www.sun.com/msg/ZFS-8000-72
config:
storage FAULTED corrupted data
mirror-0 ONLINE
gptid/eedc2471-273c-11e2-979a-1c6f658d67db ONLINE
gptid/ef3b1d66-273c-11e2-979a-1c6f658d67db ONLINE
mirror-1 ONLINE
gptid/0b800f5c-273d-11e2-979a-1c6f658d67db ONLINE
gptid/0bce2118-273d-11e2-979a-1c6f658d67db ONLINE
mirror-2 ONLINE
gptid/4ae6f8ea-e90a-11e2-bf4c-1c6f658d67db ONLINE
gptid/4b17e483-e90a-11e2-bf4c-1c6f658d67db ONLINE
mirror-3 ONLINE
gptid/871a6868-e90a-11e2-bf4c-1c6f658d67db ONLINE
gptid/87428542-e90a-11e2-bf4c-1c6f658d67db ONLINE
I tried to do zpool import -f storage and here's the output of that command:
Code:
[root@nas1] ~# zpool import -f storage
cannot import 'storage': I/O error
Destroy and re-create the pool from
a backup source.Here's my version of freenas:
Code:
[root@nas1] ~# uname -a FreeBSD nas1.baisedu.org 8.3-RELEASE-p7 FreeBSD 8.3-RELEASE-p7 #1 r249203M: Sat Apr 6 09:28:27 PDT 2013 root@build.ixsystems.com:/tank/home/jpaetzel/fn8.3/freenas/os-base/amd64/tank/home/jpaetzel/fn8.3/freenas/FreeBSD/src/sys/FREENAS.amd64 amd64
Could someone please help me resolve this issue? Our school is at a stall because of this. :(
Thanks!