• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

auto build md device

Red Squirrel

No Lifer
How do I ensure that a MD device will always rebuild itself properly at system reboot?

Is this line in a startup script enough?

mdadm --assemble --run /dev/md0
 
That should be fine really. I did a "create" to make mine, and haven't touched it since. I don't have an mdadm.conf or anything, it just happens like magic. if mdadm is set to start on boot, then it will automatically scan for devices that can be in an array or something...
 
Yeah on my current server thats how it is, actually found it spooky. On my new server it does not work that way though, not sure why. Added a line to my startup now so should be good.
 
Back
Top