Answers to: How to start raid array at startuphttp://linuxexchange.org/questions/1269/how-to-start-raid-array-at-startup<p>I added a raid drive to my computer and created an entry in /etc/fstab to mount it. The problem is that it doesn't mount at startup. I have to go into System->Administration->Disk Utility. From there I have to start the raid array. Then I can mount it. How can I make it automatically mount at startup?</p>enTue, 24 Aug 2010 17:09:47 -0400Answer by EricTRAhttp://linuxexchange.org/questions/1269/how-to-start-raid-array-at-startup/1286<p>Do you mind posting what you have in /etc/fstab for this RAID drive? Check if you don't have the option noauto in the line. If you do remove it and try the command mount -a to see if it mounts. Then reboot to perform the final check.</p>EricTRATue, 24 Aug 2010 17:09:47 -0400http://linuxexchange.org/questions/1269/how-to-start-raid-array-at-startup/1286Answer by teddymillshttp://linuxexchange.org/questions/1269/how-to-start-raid-array-at-startup/1280<p>You can boot from a RAID0 or RAID1. You cannot boot from a RAID5. </p>teddymillsTue, 24 Aug 2010 03:33:32 -0400http://linuxexchange.org/questions/1269/how-to-start-raid-array-at-startup/1280Answer by Sander Marechalhttp://linuxexchange.org/questions/1269/how-to-start-raid-array-at-startup/1271<p>What kind of RAID? Software (mdadm)? Make sure that mdadm is configured properly, that the kernel modules are loaded at boot time and that mdadm is starting at boot time. If you have already done that, check your dmesg output to see why mdadm doesn't start at boot.</p>Sander MarechalMon, 23 Aug 2010 06:29:03 -0400http://linuxexchange.org/questions/1269/how-to-start-raid-array-at-startup/1271