Tory M Blue wrote: > If I umount /dev/md7 and stop the raid array, I can fsck both sda7 and > sdb7 (tells me that one disk is in the raid array).. Also tryihg to > use normal commads such as > "/sbin/mdadm --assemble --verbose --run /dev/md7" fails with no config > file found. I'm really wondering if systemimager, systemconfigurator > should be creating a /etc/mdadm.conf file or something.
In some distro the mdadm.conf file is not needed at all. You could try to auto-generate it with "mdadm --detail --scan > /etc/mdadm/mdadm.conf". If this resolves you can add this command in a post-install script to create the configuration file at the end of the imaging process (just before the reboot in the installed image). See /var/lib/systemimager/scripts/post-install/README for details about post-install scripts. -Andrea ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ sisuite-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sisuite-users
