Page 1 of 1

USB FlashDrive corrupted need help with a Zpool

Posted: 06 Feb 2015 05:03
by mbze430
For some reason today my USB Flash Drive (Sandisk) got corrupted and crashed. It would load and keep giving me an error about loading config.inc It was originally loaded with FULL. I couldn't get to the WebGUI.

I went ahead and reloaded the USB FLASH using the LiveCD using the upgrade option. It now loads... but it can't mount one of my Zpool, I get a message about "objset [myzpoolname]". I have 2 others and they get mounted correctly and able to access the data off of them.

My question is, how do I properly mount the zpool back? I haven't scrub or anything to that pool, because I don't want to destroy any of the data on there.

I am running 9.3.0.2.1310. zpool list reports that the pool in question is "fault".

Code: Select all

zpool list
NAME          SIZE  ALLOC   FREE    CAP  DEDUP  HEALTH  ALTROOT
moviespool1      -      -      -      -      -  FAULTED  -
moviespool2  13.6T  2.58T  11.0T    18%  1.00x  ONLINE  -
stripepool   7.25T   840G  6.43T    11%  1.00x  ONLINE  -
Any information needed just let me know.

TIA

Re: USB FlashDrive corrupted need help with a Zpool

Posted: 06 Feb 2015 07:36
by raulfg3
for USB install, recomended install is N4F embeded.

Re: USB FlashDrive corrupted need help with a Zpool

Posted: 06 Feb 2015 07:54
by mbze430
That's not going to help me recover my zpool

anyway after researching on my own I figured it out how to recover the pool

For anyone else that might run in to a situation like this...

run zpool clear -F <pool>
then try to import the pool back with zpool import -F <pool>
reboot NAS4FREE
if the recovery is successful, run zpool scrub <pool>

I got everything back.

Re: USB FlashDrive corrupted need help with a Zpool

Posted: 06 Feb 2015 13:20
by raulfg3
mbze430 wrote:That's not going to help me recover my zpool
but help you to repeat same error: do a full install on a USB Stick <- This only can finish bad = in a burning USB Key and lost of data.
mbze430 wrote:I got everything back
remember to revise http://wiki.nas4free.org/doku.php?id=do ... ynchronize to be sure that your detected ZPOOL is the same that webGUI knows.