cannot import volume - I/O error

Status
Not open for further replies.

Jusso

Cadet
Joined
Jul 6, 2018
Messages
7
Hi All,

Needing help please to import my volume back.
I have RaidZ 3x3tb setup that the volume went to a state of being "unknown available space" so i decided to detach the volume to re import it, without success. It seemed to of gone down while transferring data to it.

Any Ideas? The 3 HDDs are new, not even a month old. :(
_________________________________________________________________________
[root@Silroc-NAS ~]# zpool status
pool: freenas-boot
state: ONLINE
scan: scrub repaired 0 in 0 days 00:00:58 with 0 errors on Sun Jul 29 03:45:58 2018
config:

NAME STATE READ WRITE CKSUM
freenas-boot ONLINE 0 0 0
da0p2 ONLINE 0 0 0

errors: No known data errors
[root@Silroc-NAS ~]# zpool import -f Main
cannot import 'Main': I/O error
Destroy and re-create the pool from
a backup source.
[root@Silroc-NAS ~]#
________________________________________________________________________
[root@Silroc-NAS ~]# gpart show
=> 40 15330224 da0 GPT (7.3G)
40 532480 1 efi (260M)
532520 14797736 2 freebsd-zfs (7.1G)
15330256 8 - free - (4.0K)

=> 40 5860533088 ada0 GPT (2.7T)
40 88 - free - (44K)
128 4194304 1 freebsd-swap (2.0G)
4194432 5856338688 2 freebsd-zfs (2.7T)
5860533120 8 - free - (4.0K)

=> 40 5860533088 ada1 GPT (2.7T)
40 88 - free - (44K)
128 4194304 1 freebsd-swap (2.0G)
4194432 5856338688 2 freebsd-zfs (2.7T)
5860533120 8 - free - (4.0K)

=> 40 5860533088 ada2 GPT (2.7T)
40 88 - free - (44K)
128 4194304 1 freebsd-swap (2.0G)
4194432 5856338688 2 freebsd-zfs (2.7T)
5860533120 8 - free - (4.0K)

[root@Silroc-NAS ~]#
________________________________________________________________________
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
also post the output of zpool import

Maybe we can see something else there to explain why that specific pool can't be seen.
 

Jusso

Cadet
Joined
Jul 6, 2018
Messages
7
Thanks for the replies.

Here are my system details:
FreeNAS 11.1 - 3x Seagate Barracuda 3TB ST3000DM007 SATA 64mb Cache
ASUS p8h61 - i5-2400 CPU @ 3.10GHz
6GB DDR3 -
______________________________________________________________
[root@Silroc-NAS ~]# zpool import
pool: Main
id: 925721497913837333
state: ONLINE
action: The pool can be imported using its name or numeric identifier.
config:

Main ONLINE
raidz1-0 ONLINE
gptid/a33b9abe-88dd-11e8-a80a-10bf4872cc42 ONLINE
gptid/a4260d7a-88dd-11e8-a80a-10bf4872cc42 ONLINE
gptid/a50beebe-88dd-11e8-a80a-10bf4872cc42 ONLINE
[root@Silroc-NAS ~]#
_____________________________________________________________
 

Jusso

Cadet
Joined
Jul 6, 2018
Messages
7
If I import through the GUI this is the error
upload_2018-8-3_8-37-25.png
 

m0nkey_

MVP
Joined
Oct 27, 2015
Messages
2,739
Sounds like your metadata is corrupt. You can try mounting it as read-only by running zpool import -o readonly=on -fNR /mnt <pool>.
 

Jusso

Cadet
Joined
Jul 6, 2018
Messages
7
Sounds like your metadata is corrupt. You can try mounting it as read-only by running zpool import -o readonly=on -fNR /mnt <pool>.

[root@Silroc-NAS ~]# zpool import -o readonly=on -fNR /mnt Main
cannot import 'Main': I/O error
Destroy and re-create the pool from
a backup source.
[root@Silroc-NAS ~]#

:(
 

m0nkey_

MVP
Joined
Oct 27, 2015
Messages
2,739
[root@Silroc-NAS ~]# zpool import -o readonly=on -fNR /mnt Main
cannot import 'Main': I/O error
Destroy and re-create the pool from
a backup source.
[root@Silroc-NAS ~]#

:(
Looks like your pool is toast. :(

Time to restore from backups.
 
Status
Not open for further replies.
Top