Jasper9714
Dabbler
- Joined
- Sep 11, 2015
- Messages
- 32
I tried to update my FreeNas box today using the nice shiny button in the GUI, which resulted in the machine failing halfway during the update, and being unable to boot. I downloaded the latest OS from the site, put it on a usb stick, and installed it on the machine manually. I now have a problem with importing my existing volume; when I go to Volumes > Import Volume it isn't shown.
zpool import doesn't give me anything
zpool import Volume (= the name of the volume, I'm very creative):
zpool status
Does anyone know how I can import the volume, and get access to my data once again?
zpool import doesn't give me anything
zpool import Volume (= the name of the volume, I'm very creative):
Code:
cannot import 'Volume': a pool with that name is already created/imported, and no additional pools with that name were found
zpool status
Code:
pool: Volume
state: ONLINE
scan: scrub repaired 0 in 0h40m with 0 errors on Sat Mar 19 16:40:10 2016
config:
NAME STATE READ WRITE CKSUM
Volume ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
gptid/cc3679d5-af47-11e5-aaa1-d05099c08418 ONLINE 0 0 0
gptid/ccf5c513-af47-11e5-aaa1-d05099c08418 ONLINE 0 0 0
errors: No known data errors
pool: freenas-boot
state: ONLINE
status: Some supported features are not enabled on the pool. The pool can
still be used, but some features are unavailable.
action: Enable all features using 'zpool upgrade'. Once this is done,
the pool may no longer be accessible by software that does not support
the features. See zpool-features(7) for details.
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 Does anyone know how I can import the volume, and get access to my data once again?