FreeNAS 8 & RAID 0 failed

Status
Not open for further replies.
Joined
Sep 6, 2018
Messages
4
System:
FreeNAS-8.2.0
Running on VirtualBox
stripe with 10 virtual disk
Yesterday, due to power lost, I was unable to access my data on the pool.
Here the result of <zpool status>
Code:
state: ONLINE																 
status: One or more devices has experienced an error resulting in data		 
	   corruption.  Applications may be affected.							 
action: Restore the file in question if possible.  Otherwise restore the		
	   entire pool from backup.												
   see: http://www.sun.com/msg/ZFS-8000-8A									 
 scrub: none requested														 
config:																		 
																			   
	   NAME										  STATE	 READ WRITE CKSUM
	   PHUCHAO									   ONLINE	   0	 0	 2
		 gptid/58c9c652-2845-11e7-b9d2-080027452f41  ONLINE	   0	 0	 0
		 gptid/58e436b4-2845-11e7-b9d2-080027452f41  ONLINE	   0	 0	 0
		 gptid/cbd85615-2848-11e7-b4d0-080027452f41  ONLINE	   0	 0	 0
		 gptid/cbf382f0-2848-11e7-b4d0-080027452f41  ONLINE	   0	 0	 0
		 gptid/cc0cda95-2848-11e7-b4d0-080027452f41  ONLINE	   0	 0	 0
		 gptid/cc275aae-2848-11e7-b4d0-080027452f41  ONLINE	   0	 0	 0
		 gptid/cc416aaf-2848-11e7-b4d0-080027452f41  ONLINE	   0	 0	 0
		 gptid/cc5bab90-2848-11e7-b4d0-080027452f41  ONLINE	   0	 0	 4
		 gptid/fde6c56c-2848-11e7-b4d0-080027452f41  ONLINE	   0	 0	 4
		 gptid/fe040dfd-2848-11e7-b4d0-080027452f41  ONLINE	   0	 0	 0
																			   
errors: 1 data errors, use '-v' for a list	 


Tried to mount the pool as readonly but no luck.
Any help on how to get the data from the pool would be appreciated.
 
Joined
Sep 6, 2018
Messages
4
Update:
Since this is virtual machine I was clone the drive to other place and start troubleshooting
I've installed FreeNAS 11.2 and try to get my pool online but it seem worse
After a scrub I get 2 more drive degraded => 4 drive has degraded
Code:
[root@freenas ~]# zpool status PHUCHAO																							 
  pool: PHUCHAO																													 
 state: DEGRADED																													
status: One or more devices has experienced an error resulting in data															 
		corruption.  Applications may be affected.																				 
action: Restore the file in question if possible.  Otherwise restore the															
		entire pool from backup.																									
   see: http://illumos.org/msg/ZFS-8000-8A																						 
  scan: scrub repaired 0 in 0 days 00:21:38 with 101 errors on Sat Sep  8 09:05:50 2018											 
config:																															 
																																	
		NAME										  STATE	 READ WRITE CKSUM													
		PHUCHAO									   DEGRADED	 0	 0   881													
		  gptid/58c9c652-2845-11e7-b9d2-080027452f41  ONLINE	   0	 0	 0													
		  gptid/58e436b4-2845-11e7-b9d2-080027452f41  ONLINE	   0	 0	 0													
		  gptid/cbd85615-2848-11e7-b4d0-080027452f41  DEGRADED	 0	 0	98  too many errors								   
		  gptid/cbf382f0-2848-11e7-b4d0-080027452f41  ONLINE	   0	 0	 0													
		  gptid/cc0cda95-2848-11e7-b4d0-080027452f41  ONLINE	   0	 0	 0													
		  gptid/cc275aae-2848-11e7-b4d0-080027452f41  DEGRADED	 0	 0	90  too many errors								   
		  gptid/cc416aaf-2848-11e7-b4d0-080027452f41  ONLINE	   0	 0	 8													
		  gptid/cc5bab90-2848-11e7-b4d0-080027452f41  DEGRADED	 0	 0 1.54K  too many errors								   
		  gptid/fde6c56c-2848-11e7-b4d0-080027452f41  DEGRADED	 0	 0 1.53K  too many errors								   
		  gptid/fe040dfd-2848-11e7-b4d0-080027452f41  ONLINE	   0	 0	 0													
																																	
errors: 101 data errors, use '-v' for a list 
 

kdragon75

Wizard
Joined
Aug 7, 2016
Messages
2,457
FreeNAS-8.2.0
Wow thats old!
Running on VirtualBox
Only advisable for testing and learning FreeNAS as FreeNAS and ZFS should have direct access to the hard drives for any kind of reliabel fault detection.
stripe with 10 virtual disk
If any disk has any issues that data is gone. If a disk fails, ALL data is gone. ZFS in a pure stripe can only detect errors. It cannot correct them.
I was clone the drive
Drive or drives? your zpool shows 10 drives.

Looks like your data is gone.
 

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
Yeah, next time make sure your pool has some sort of redundancy and doesn't consist of 10 (!) single-disk vdevs.

It's pretty miraculous that you got this far, really.
 
Joined
Sep 6, 2018
Messages
4
Yah, that my bad to keep them till now without any redundancy.
Is there any possible to recover the data or any recommend on data recovery center can help me with this?
 
Joined
Sep 6, 2018
Messages
4
Wow thats old!

Only advisable for testing and learning FreeNAS as FreeNAS and ZFS should have direct access to the hard drives for any kind of reliabel fault detection.

If any disk has any issues that data is gone. If a disk fails, ALL data is gone. ZFS in a pure stripe can only detect errors. It cannot correct them.

Drive or drives? your zpool shows 10 drives.

Looks like your data is gone.
I've cloned all drive
 

kdragon75

Wizard
Joined
Aug 7, 2016
Messages
2,457
You would have to send the failed drive to a data recovery center and have them clone it to a new drive. This will still likely result on most/all data being lost.
 
Status
Not open for further replies.
Top