Benjamin Sobotta wrote: >Hello! > >I set up a software RAID1 with two SATA disks. /home resides on the raid. This >used to work great for month. At boot the machine would test the raid and >start it. Great! >2 days ago however I put loop-AES on top of it in order to encrypt my home >directory. Since then it still finds the raid at startup, however, doesn't >start it anymore. (displays "skipping"). I always have to start by hand via >"raidstart /dev/md0". Then it works fine. >Can someone tell me why it stopped to start automatically - or even better how >to get it back to work?! > > >
Well, I am guessing that your setup is: /dev/sdaX+/dev/sdbX -> /dev/md0 -> /dev/loop/0 -> /home If so, then things should still work normally. Check that your partitions are still of type 0xfd (linux raid autodetect). If not, please describe how your system is setup is a bit more detail. Specifically: 1. The relevant output from dmesg. 2. The contents of /proc/mdstat 3. The output of "losetup -a" -Richard -- [email protected] mailing list

