Sorry for asking an Ubuntu concerning question, but I hope that someone here has some experience with that.
I have to mount the zfs pool I created with freenas8 on Ubuntu. I tried it as described here.
I was able to run that command without error:
sudo zpool import data
and the status of my zpool is like this:
user@server:~$ sudo zpool status
pool: data
state: ONLINE
status: The pool is formatted using an older 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 older software versions.
scan: none requested
config:
NAME STATE READ WRITE CKSUM
data ONLINE 0 0 0
sda2 ONLINE 0 0 0
sdb2 ONLINE 0 0 0
errors: No known data errors
so it looks good to me. but, i dont know how to access the pool. in my eyes i have to mount it, but i dont know how.