During installation, I tick the box that says 'full disk encryption'.
this. it was the easiest thing ever.
Ask HN: What Do You Use for Linux Full Disk Crypto?
11–20 of 51 posts
Re: Ask HN: What Do You Use for Linux Full Disk Crypto?
#12During installation, I tick the box that says 'full disk encryption'.
Bonus points if it's possible to install to a partition in existing FDE container (saves a /home backup-restore external drive round trip).
Re: Ask HN: What Do You Use for Linux Full Disk Crypto?
#13(very soon) ZFS! It's happening: https://github.com/zfsonlinux/zfs/releases The PR started 3 years ago: https://github.com/zfsonlinux/zfs/pull/4329
Re: Ask HN: What Do You Use for Linux Full Disk Crypto?
#14During installation, I tick the box that says 'full disk encryption'.
> I know you can do FDE with LUKS but would prefer a more enterprise solution where I can store a recovery key centrally that a user can’t remove.
Re: Ask HN: What Do You Use for Linux Full Disk Crypto?
#15(very soon) ZFS! It's happening: https://github.com/zfsonlinux/zfs/releases The PR started 3 years ago: https://github.com/zfsonlinux/zfs/pull/4329
Re: Ask HN: What Do You Use for Linux Full Disk Crypto?
#16During installation, I tick the box that says 'full disk encryption'.
OP specifically stated: > I know you can do FDE with LUKS but would prefer a more enterprise solution where I can store a recovery key centrally that a user can’t remove.
Re: Ask HN: What Do You Use for Linux Full Disk Crypto?
#17- A novice user fatfingering `cryptsetup luksRemoveKey`? Sounds extremely unlikely.
- A determined user trying to deliberately destroy information? A lot of things are easier, e.g. `dd if=/dev/zero of=/dev/sda` to `shred important_document.pdf`.
The only thing that would protect against most accidental-destruction scenarios is not giving the users root access, and then you don't have to worry about users removing LUKS keys anyway.
Re: Ask HN: What Do You Use for Linux Full Disk Crypto?
#18Earlier quoted context omitted.
Ackchually, enabling full disk encryption via LUKS is rather easy on Manjaro. It's literally a button that states "use full disk encryption" as part of the setup wizard. You then enter a password and that's it. The tricky bit is if GRUB breaks (hint: GRUB looks for every opportunity to break. If it can break, it will) and you have to chroot into an encrypted LUKS partition. That's where your average user will be SOL.…
The parent was referring to doing it after the installation and he is right, it can't be done without serious hassle.
Re: Ask HN: What Do You Use for Linux Full Disk Crypto?
#19Earlier quoted context omitted.
this. it was the easiest thing ever.
Only if you want to have a single partition :( If you want to have separate ones you have to do manual dance around luks. I'd wish it was easier to set up for multiple partitions.
Re: Ask HN: What Do You Use for Linux Full Disk Crypto?
#20Earlier quoted context omitted.
OP specifically stated: > I know you can do FDE with LUKS but would prefer a more enterprise solution where I can store a recovery key centrally that a user can’t remove.
OP may have stated LUKS, but the Ubuntu installer doesn't. https://i.stack.imgur.com/6Heoq.png