Monday, 7 October 2019

ubuntu - Software RAID 5 with Multiple Partitions (one encrypted partition)


Can I have multiple partitions using Software RAID 5 on an Ubuntu Server?


For example, say using a 4 drive RAID 5 setup, I want one massive partition for storage and a second smaller but encrypted partition. I also need this to be able expandable (I believe you can do that with grow but not sure if multiple partitions effects this).


Is this all available with LVM?



Answer



Yes, all of this is possible with LVM...some of it without. mdadm can create the raid virtualdisk. the virtualdisk can house any partition type (lvm). the lvm virtualdisk can house any partition type (luks). the automagic mounting may prove more difficult, but it's doable


No comments:

Post a Comment

How can I VLOOKUP in multiple Excel documents?

I am trying to VLOOKUP reference data with around 400 seperate Excel files. Is it possible to do this in a quick way rather than doing it m...