Can't Access Pool?

Status
Not open for further replies.
Joined
Sep 26, 2015
Messages
8
I/O error. Weird. Is there actually an I/O error reported by the kernel when you do that?

Type "dmesg" and look at the end of it (or watch the console).
Code:
[root@freenas] ~# dmesg
arp: 172.16.32.120 moved from 54:26:96:d2:83:89 to 7c:d1:c3:c7:5b:87 on re0
arp: 172.16.32.120 moved from 7c:d1:c3:c7:5b:87 to 54:26:96:d2:83:89 on re0
arp: 172.16.32.120 moved from 54:26:96:d2:83:89 to 7c:d1:c3:c7:5b:87 on re0
arp: 172.16.32.120 moved from 7c:d1:c3:c7:5b:87 to 54:26:96:d2:83:89 on re0
arp: 172.16.32.120 moved from 54:26:96:d2:83:89 to 7c:d1:c3:c7:5b:87 on re0
arp: 172.16.32.120 moved from 7c:d1:c3:c7:5b:87 to 54:26:96:d2:83:89 on re0
arp: 172.16.32.120 moved from 54:26:96:d2:83:89 to 7c:d1:c3:c7:5b:87 on re0

I have no idea what this means haha. Device IDs?
 

DrKK

FreeNAS Generalissimo
Joined
Oct 15, 2013
Messages
3,630
Code:
[root@freenas] ~# dmesg
arp: 172.16.32.120 moved from 54:26:96:d2:83:89 to 7c:d1:c3:c7:5b:87 on re0
arp: 172.16.32.120 moved from 7c:d1:c3:c7:5b:87 to 54:26:96:d2:83:89 on re0
arp: 172.16.32.120 moved from 54:26:96:d2:83:89 to 7c:d1:c3:c7:5b:87 on re0
arp: 172.16.32.120 moved from 7c:d1:c3:c7:5b:87 to 54:26:96:d2:83:89 on re0
arp: 172.16.32.120 moved from 54:26:96:d2:83:89 to 7c:d1:c3:c7:5b:87 on re0
arp: 172.16.32.120 moved from 7c:d1:c3:c7:5b:87 to 54:26:96:d2:83:89 on re0
arp: 172.16.32.120 moved from 54:26:96:d2:83:89 to 7c:d1:c3:c7:5b:87 on re0

I have no idea what this means haha. Device IDs?
No sir, that's some mobile device, like a phone, moving from on wireless access point, to another. Nothing to do with drives.
 

SweetAndLow

Sweet'NASty
Joined
Nov 6, 2013
Messages
6,421
Fix your IP conflict on your network. The computers with those Mac address are using the same ip.
 

cyberjock

Inactive Account
Joined
Mar 25, 2012
Messages
19,526
Yeah, I've been very busy (at iXHQ this week). Unfortunately there's not much to say. The hardware doesn't meet the minimum requirements and the zpool shows as faulted. Nothing obvious to fix here.
 

jgreco

Resident Grinch
Joined
May 29, 2011
Messages
18,680
Any further advice?

Check the partition tables on each disk to see if there's anything else obviously wrong. At this point, it kinda sounds like a software-generated fault, which probably means pool corruption, which probably means pool loss. Depending on how valuable your data is to you, you can weigh the risks of trying a forced pool import.
 

danb35

Hall of Famer
Joined
Aug 16, 2011
Messages
15,504
There's always the 'zpool import -Fn' option--it should tell you if it thinks the forced import will work, without actually changing anything on the disks.
 
Status
Not open for further replies.
Top