this post was submitted on 24 Mar 2025
898 points (98.1% liked)
linuxmemes
24192 readers
2007 users here now
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
3. Post Linux-related content
sudo
in Windows.4. No recent reposts
5. π¬π§ Language/ΡΠ·ΡΠΊ/Sprache
6. (NEW!) Regarding public figures
We all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.Please report posts and comments that break these rules!
Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
What are the benefits of built-in encryption versus LUKS ?
LUKS encrypts the whole drive, native FS encryption can encrypt it partially (e.g. just the home partition). Additionally, decrypting without a keyboard is a pain or impossible (e.g. touch screen only devices).
PostmarkedOS was able to encrypt disk while offering on screen touch keyboard to unlock it on my pinePhone βproβ.
It does this by encrypting the OS separately from apps and user data. The OS is auto unlocked (usually using a hardware TPM chip).
Opensuse has full disk encryption. https://news.opensuse.org/2025/02/20/setup-fde-on-opensuse/
I'm the furthest thing from an expert in linux encryption, but can you not use KDE's "Vaults" feature to create encrypted folders/drives? I think it uses "CryFS" as the backend (according to KDE. Don't really know enough about it).
I've used them on my btrfs drive and seemed to work fine.
The boot order of the component which handle encryption has an effect on which other system components which reliably can be scripted to automate stuff with that data.
Tldr if it's just for your documents, sure. If you've got sensitive program data / config there, it makes it harder to autostart them because now you have to wait.
If the home/root partition is a physical or logical volume you most certainly can leave that decrypted while encrypting other volumes. The system could not boot if that were the case as the efi partition cannot be encrypted.