ZFS encrypted zpool

Hello !

I want to use a new harddisk in my computer an I will use a encrypted zpool ( with GELI ).
My root disk was also encrypted with ZFS and GELI during the installation process.
This was simple but how can I connect the other disk´s with this system now?
( GELI works fine with the encryption hardware on my mother board )

How can I realize this?

Than´s for help!
Regards,
Max.
 
You initialize a GELI device: geli init; and

You create a ZFS pool or extend your ZFS pool: zfs create or zfs add.

And that's pretty much all there is to it...
 
Back
Top