This repository has been archived by the owner on Jan 14, 2024. It is now read-only.
Add HDDs or LUKS encrypted HDDs with Labels to fstab #255
Unanswered
SimonWoodtli
asked this question in
Bazzite
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Most people want to use additional disks, some may want them encrypted to do so:
sudo -S sh -c 'printf "%s\n" "LABEL=usb-luks /mnt/usb-luks ext4 defaults 0 2" >> /etc/fstab' <<< "$password"
A small guide:
https://github.com/SimonWoodtli/zet/tree/main/20230908235916
Note: If your Silverblue encryption password is set to the same as your encrypted disks, you only need enter it once at bootup and all disks utilize that password.
Beta Was this translation helpful? Give feedback.
All reactions