Encrypted partitions with redundancy on ubuntu server
Posted
by
Flamewires
on Server Fault
See other posts from Server Fault
or by Flamewires
Published on 2011-01-12T05:10:24Z
Indexed on
2011/01/12
5:55 UTC
Read the original article
Hit count: 224
Hey I have to make a file system with an encrypted partition with on ubuntu server. something like
Unencrypted:
/ - 10 GB
/home - 10GB
/var - 5GB
--------------
Encrypted:
/opt - 50GB
This I can figure out in the setup, just partition as normal, setup /tmp as a encrypted volume with dm-crypt. However im not sure how to mirror this entire drive, so that if either failed i could still boot. and how will that affect the encrypted partition.
Any help would be appreciated.
© Server Fault or respective owner