home.social

#geli — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #geli, aggregated by home.social.

  1. @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

  2. 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

  3. @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/

    <github.com/openzfs/zfs/issues/>

    「… blocks in the L2ARC have the exact same on-disk representation as they do in the main pool. …」

    geli(8) <man.freebsd.org/cgi/man.cgi?qu> – automatically configured when FreeBSD was installed.

    tmpfs(4) <man.freebsd.org/cgi/man.cgi?qu> (FreeBSD 15.0-CURRENT)

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

  4. @stu

    is nice! Solid xfce desktop, persistent USB session (or desktop installer), and even GELI* , even on persistent USB.

    *It stands for "Geom ELI."
    As far as i can tell, only one person on the earth knows what ELI stands for. Yes, the author. Yes, I have emailed him., No, he's not telling. No, it doesn't stand for Encryption Layer Interface. Yes, I asked. 😆

  5. Committing Linux crimes. You might know I'm a #FreeBSD girl, so why not using my FreeBSD drive for Linux ?

    My FreeBSD uses #GELI encryption + ZFS, what could possibly be less cursed than using the experimental #GELI port for Linux to map your root device containing a ZPOOL ?

    So far, I created new datasets in my ZPOOL (from BSD on) and installed an Arch Linux base system onto it using the Linux emulation.

    Got GELI to compile on Linux now still writing an initramfs hook for it !
    Stay tuned 🎉 !

  6. @tamtararam Hmmmm, I was rather thinking about the [#matrix] spec, key backup passphrase options in particular, but yeah, that one too 😂 ... Glad I use ZFS on FreeBSD, so no grub but #GELI ...

  7. (tl;dr summary: trying to get data from encrypted FreeBSD disks on Linux)

    Scenario: I had an old server running #FreeBSD, which I'm wanting to migrate to a new server running Linux. I put a couple of SSDs in the new machine to use as a mirror, and set up the basics.

    I've now moved the disks to the new server, but actually using them directly is a bit of a faff since I encrypted my root pool's disks with geli. I found Portable Geli (github.com/bijanebrahimi/porta) and hoped that would work for me, but after some experimentation I realised it doesn't support keyfiles, and my setup used one.

    Now, I've created a VM on the new server and passed the disks through to it and reconfigured the boot config to let me effectively boot my old server, but it would be nice to not have to do this and just have the data be directly available on Linux.

    Does anyone know if it would be incredibly frustrating for someone with very little in the way of C skills to lift the code to support keyfiles from geli and add it to portable geli, or alternatively how terrible an idea it might be to remove one drive from the (RAIDZ, 4x3TB) pool at a time, reinitialise it with LUKS, and add it back in and wait for it to resilver? The disks are pretty old, which I hope makes them more trustworthy than they would be if they were brand new...

    #FreeBSD #ZFS #Linux #GELI #LUKS #FullDiskEncryption