Linux Software RAID - Failed to RUN_ARRAY /dev/md0 invalid argument Error and Solution
Q. When I run the following command at shell prompt under Debian Linux
mdadm -Ac partitions /dev/md0 -m dev
I get the message that read as follows:
Failed to RUN_ARRAY /dev/md0 invalid argument.
How do I fix this issue? How do I rebuild array again?
A. This error indicate that the RAID metadata is lost or is no longer consistent. However, sometime following command can fix the issue if other two driver are known to be good. /proc/mdstat file will provide RAID status and make sure RAID is active. Type the following command at a shell prompt to fix this issue:
mdadm -A /dev/md0 -f --update=summaries /dev/sda1 /dev/sdb1
For more information, check out the manual page for mdadm:
$ man mdadm
Capture each and every moment of life with a FREE 4 GB SD memory card with the purchase of select digital cameras from Canon, Nikon, Pentax and others from Amazon
E-mail
Print
Can't find an answer to your question? Contact us
Related Other Helpful FAQs:
- Linux tar: /dev/st0: Cannot write: Invalid argument error and solution
- How do I force IDE CD-ROM drive detecting during the Linux installation?
- BASH shell insert the arguments to a previous command into the current input line
- Linux / UNIX : Argument list too long error in shell and solution
- How To Find and Overcome Shell Command Line Length Limitations
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!
Tags: array, invalid argument, Linux, mdadm command, metadata, raid, raid 5, raid array, raid device, rebuild, software, software raid



Recent Comments
Today ~ 17 Comments
Today ~ 5 Comments
Today ~ 11 Comments
Yesterday ~ 24 Comments
Yesterday ~ 6 Comments