You are not logged in.
So, I've made encrypted installs before, through LVM on LUKS, and I quite like that method, firstly because it doesn't show much at all about the LV layout at all, but secondly because it feels more straightforward. But, I wish to extend the installation in the future, maybe add another drive to the computer. And I was thinking, how could I do that without resorting to LUKS on LVM? Can a LUKS volume be extended across multiple devices? Or, is it good to have LVM, then LUKS on a LV, then, inside that LUKS LV, LVM again? It just sounds very complicated, and it might add some overhead, maybe?
Offline
It's possible but I'd rather not span a single LUKS container across multiple drives, or LVM on LVM...
I use regular LVM on LUKS. In case of multiple drives / partitions, that means multiple LUKS containers, each providing one encrypted PV for the LVM.
The only complication with that is the regular mkinitcpio encyrpt hook only handles a single device. You have to use systemd/sd-encrypt or a custom hook to handle multiple ones.
Offline
It's possible but I'd rather not span a single LUKS container across multiple drives
Well, what's your concerns?
I use regular LVM on LUKS. In case of multiple drives / partitions, that means multiple LUKS containers, each providing one encrypted PV for the LVM.
Wow.. I didn't really think of that
The only complication with that is the regular mkinitcpio encyrpt hook only handles a single device. You have to use systemd/sd-encrypt or a custom hook to handle multiple ones.
What would be needed to get done? I already wanna use the systemd hooks because I want to use Plymouth for a graphical password prompt
Offline