Tagged Questions
1
vote
1answer
33 views
How to add RAID5 to existing crypto-LVM?
I recently installed Debian Wheezy and let the installer guide partition the disk using a whole partition with encryption (LVM). Later on I've added four disks and setup RAID5 on them (using mdadm).
...
2
votes
2answers
412 views
Recovery of data on raid5+lvm reiserfs partition, after raid5 problems
I've got a server with 3 sata hard drives. Each has 2 partitions: one small is part of /dev/md0, a raid1 array (/boot), rest is part of a raid5 array (/dev/md1), which is an lvm physical volume. ...