I’m asking if there is possibility to make a full disk encryption for two hard drives. We want to use:
/dev/sda
for the root file system/
including boot grub …/dev/sdb
for/home
.
The question is can we make a full disk encryption for both disks? And if not, is there any chance to maximise the encryption for both disks?
Edit: I want to install Ubuntu desktop. Eather 21.04 or 20.04. I flashed the iso using dd. My searches leads me to use FDE with separated /home
partition.
/dev/sdb
as a separate LUKS-encrypted device and then mount it under/home
at boot. You may just have to enter the passphrase for both disks separately on boot. – Sebastian Sep 04 '21 at 10:43