This is a little summary about what I did to create an encrypted RAID 5 device on my file server. First of all I had to install mdadm and cryptsetup. apt-get install mdadm cryptsetup The next step is to create the RAID 5, this is an example of my configuration. mdadm –-create /dev/md0 –-level=5 -–raid-disks=3 /dev/sdb /dev/sdc /dev/sdd Now it's time for the encryption, I'll call my encrypted RAID 5 device raid1 because I will have 2 raids. You can name it as you like. cryptsetup create -c twofis More

2 Flattr microdonations from 2 people

  1. Melpomene Melpomene
  2. leihog leihog