Hi,
I've read the Debian installation manual and other information on dm-crypt and LVM. I've never used either before, though I have used Linux and Debian for a few years and on many machines.
I bought the Acer Aspire One netbook, and I'm waiting Lenny to stabilize to try out dm-crypt and LVM on it. The idea is to partition the SSD for \boot (since dm-crypt needs this on a separate partition), rest of \, \home and swap space.
First two questions:
Is it true that if I put \, \home and swap on the same volume group and let dm-crypt handle them all, during bootup LUKS needs only one passphrase for all partitions?
Secondly, can someone verify that I can have an automatically encrypted swap space this way, since I would like to use swsuspend (I guess I'll be asked the same passphrase when I resume?)?
This whole setup is complicated by the fact that the Aspire One has only an 8GB internal SSD, and I will (permanently) stick an 8GB SD card on the other of the card slots for further storage.
So my last question is:
How does LVM handle the extra device? Since 8GB would make for an excessively large \ (sans \boot) and swap space, is it possible to extend \home across the physical devices in LVM?
Another, perhaps a much easier option (considering backups too), would be to use the rest of the internal SSD for a smallish \home and add the SD card as \extraspace (or something else out-of-the-spec like) and mount it under \home\username\extraspace. Is it possible to do this and still use dm-crypt---and have the two physical devices on the same volume group, thus having only one passphrase for the whole system?
Thank you in advance for any comments.