Please help - Freenas usb boot and Motherboard died

Status
Not open for further replies.

anhlong

Cadet
Joined
May 7, 2016
Messages
4
Here is the scenario,
  • I have no data backup off my freenas usb boot
  • moved my 4x hdd off to new motherboard and new freenas 9.1 usb boot
I tried zpool import/zpool import -f, but nothing happens.

Cant import existing volume naming "DATA" from the GUI.

zpool status -v
Code:
[root@freenas] /# zpool status -v
  pool: DATA
state: ONLINE
status: The pool is formatted using a legacy on-disk format.  The pool can
    still be used, but some features are unavailable.
action: Upgrade the pool using 'zpool upgrade'.  Once this is done, the
    pool will no longer be accessible on software that does not support feature
    flags.
  scan: none requested
config:

    NAME                                            STATE     READ WRITE CKSUM
    DATA                                            ONLINE       0     0     0
      raidz1-0                                      ONLINE       0     0     0
        gptid/6bb728fe-9705-11e1-9c01-0013d41fa50d  ONLINE       0     0     0
        gptid/6c4f32fb-9705-11e1-9c01-0013d41fa50d  ONLINE       0     0     0
        gptid/6ca73e12-9705-11e1-9c01-0013d41fa50d  ONLINE       0     0     0
        gptid/6cf15a0a-9705-11e1-9c01-0013d41fa50d  ONLINE       0     0     0

errors: No known data errors

  pool: freenas-boot
state: ONLINE
  scan: none requested
config:

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

errors: No known data errors
[root@freenas] /#


zpool list
Code:
[root@freenas] /# zpool list
NAME           SIZE  ALLOC   FREE  EXPANDSZ   FRAG    CAP  DEDUP  HEALTH  ALTROOT
DATA          7.25T  4.46T  2.79T         -      -    61%  1.00x  ONLINE  -
freenas-boot  1.89G   491M  1.41G         -      -    25%  1.00x  ONLINE  -
 

BigDave

FreeNAS Enthusiast
Joined
Oct 6, 2013
Messages
2,479
Both your data pool and your boot pool show as being online according to your output
shown above.
You can't import a volume that's already online.
Please give details of your hardware and list current version of FreeNAS as per Forum Rules
which can be found in red at the top of the forum page.
 

SweetAndLow

Sweet'NASty
Joined
Nov 6, 2013
Messages
6,421
You used the CLI to do the import, you can't do this and expect the gui to work. Export your pool and use the gui to import it.
 

anhlong

Cadet
Joined
May 7, 2016
Messages
4
Both your data pool and your boot pool show as being online according to your output
shown above.
You can't import a volume that's already online.
Please give details of your hardware and list current version of FreeNAS as per Forum Rules
which can be found in red at the top of the forum page.

Updated my hardware - problem solved with

Code:
[root@freenas] ~# zpool export DATA


and import volume from GUI
 

anhlong

Cadet
Joined
May 7, 2016
Messages
4
SPOT ON :)

Code:
[root@freenas] ~# zpool export DATA


and import volume from GUI.

Thankyou.
 

anhlong

Cadet
Joined
May 7, 2016
Messages
4
...and you aren't using 9.1, you're using 9.10. Completely different thing.
thanks for reminding, I have updated Freenas version in my signature.
 
Status
Not open for further replies.
Top