‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Saturday, September 22, 2018 9:38 PM, Ed <[email protected]> wrote:

> Michael - ZFS will run on Linux, but is most at home on FreeBSD - and the 
> only way to boot from an encrypted partition that I have heard of. Might be 
> worth a look.

ZFS currently does not have native encryption on either Linux or FreeBSD, but 
it is coming soon. Currently both OSs need to use some form of block level 
encryption either on top of, or beneath, ZFS. In Linux's case it is LUKS, and 
FreeBSD it is GELI. Also ZFS handles RAID better than MDADM. Whenever using ZFS 
and RAID, you should let ZFS handle it natively.

Probably what I would do for an encrypted ZFS RAID is this or similar (at least 
until native ZFS encryption is available)

          Zpool
            |
     --------------
     |            |
   Vdev1        Vdev2
     |            |
 ---------     ---------
  |      |     |       |
 LUKS   LUKS  LUKS    LUKS
  |      |     |       |
Disk_1 Disk_2 Disk_3 Disk_4

Alternatively you could pool everything into a single zpool, then make an 
encrypted dataset on top of the Zpool.

---------------------------------------------------
PLUG-discuss mailing list - [email protected]
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss

Reply via email to