#POLL: Do you use Full-Disk Encryption, such as LUKS on #Linux or GELI on #FreeBSD?

#FullDiskEncryption #FDE #LUKS #GELI

Heck yeah!
67.1%
Naw.
32.9%
Poll ended at .

@cdrmack It's #GELI for me. If your threat scenario is physical hardware access by unauthorized persons (like e.g. a stolen laptop), you want to leak as little information as possible. With GELI, all you need is some #ESP (#EFI partition) with #FreeBSD's loader(8) installed, it supports booting from GELI.

If, on the other hand, your threat scenario is unauthorized access to some data by someone who *is* authorized to access the machine in general, just not that specific data, per-dataset encryption as offered by #ZFS is the better match. A concrete scenario could be a machine used by multiple users that don't necessarily trust each other. That way, some datasets can remain "locked" while the machine is up and running, but of course you'll always expose pool metadata (like, which datasets, snapshots etc exist at all).

You might combine both approaches if you *really* need to. πŸ˜†

Do you use full disk encryption with #geli on #FreeBSD with unencrypted #zfs or do you enable encryption per dataset with zfs and don't use geli at all?

@alcinnz

That's ok, I think it's going to be a mystery in the #BSD world for years to come. ;)

#FreeBSD #GELI #FDE

@alcinnz

... Wondering if Adrian possesses the forbidden knowledge...

... What in the heck "Geom ELI" actually means! πŸ˜‚

(Yes, I have emailed the author. He was very affable, and quite entertained by my query, but didn't divulge the secret!)

#BSD #GELI

@encthenet
I'm not using geli, but using GEOM labels for partitions used in ZFS pools.
#FreeBSD #GELI #GEOM #ZFS

Just ran into a good reason to use labels for your geli partitions. Years ago, when I replaced a drive, I did a geli init on it, and it was ada11 at the time. After a while I moved it's location so it became another ada. But the issue is that the old geli backup still has the name ada11 despite that device not existing. It also now means that I don't know what drive ada11 corresponds to if I do need to use it for a restore.

#FreeBSD #GELI

@nixCraft nearly all suitably encrypted. No FDE.

OpenZFS encryption for:

* the sensitive part of a mobile hard disk drive

* three low-spec USB memory sticks that add around 145 GiB persistent removable L2ARC to a circa 2014 HP ZBook with 32 G memory and a ~1 TB internal HDD.

GELI for 16 G swap.

GELI for 915 G /

tmpfs for /tmp/

<https://github.com/openzfs/zfs/issues/10256>

γ€Œβ€¦ blocks in the L2ARC have the exact same on-disk representation as they do in the main pool. …」

geli(8) <https://man.freebsd.org/cgi/man.cgi?query=geli&sektion=8&manpath=freebsd-release> – automatically configured when FreeBSD was installed.

tmpfs(4) <https://man.freebsd.org/cgi/man.cgi?query=tmpfs&sektion=4&manpath=freebsd-current> (FreeBSD 15.0-CURRENT)

#FreeBSD #L2ARC #ZFS #OpenZFS #encryption #USB #memorystick #flash #flashdrive #mobile #GELI

Q: Is data from an encrypted dataset stored on l2arc encrypted? Β· Issue #10256 Β· openzfs/zfs

System information Type Version/Name ZFS Version git master 47c9299 Describe the problem you're observing Searching the web and forums there seem to only be conflicting opinions on whether the L2AR...

GitHub
My #AMD #ThinkPad P14s with 16Gb ram certainly boots faster than it did when I ran #ChimeraLinux with #ZFS and #ZFSBootMenu . Shutting down using the poweroff command I'd say #Linux wins but not by much, though I am using #Geli for encryption on my FreeBSD laptop which maybe slows it a little ? The rest of the speeds for general use it's hard to tell so far and as for resilience I've had no issues as yet and the same could be said for my #HomeLab too.
Why did I choose FreeBSD ? As I was already leaning towards #BSD using Chimera Linux I thought I'd have a read up on various and really liked ZFS so it was obvious that I would choose FreeBSD really. I have read up on #OpenBSD but looking at the docs, reviews and their software repo's I decided it was for me right now. I will be honest some things do seems harder but that's what makes it exciting again as I'm having to relearn stuff and you know how I like a challenge.