User Tools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
mdadm [2024/02/09 04:29] normanmdadm [2025/06/20 11:25] (current) – [“not enough to start the array” – error while staring mdadm RAID array] norman
Line 42: Line 42:
  Assemble the pre-existing array:  Assemble the pre-existing array:
 <code>mdadm -A -f /dev/md0</code> <code>mdadm -A -f /dev/md0</code>
 +
 +
 +RUN raid 1 with one disk:
 +<code>
 +mdadm --run /dev/md126
 +</code>
 +
 +Then Add disk:
 +<code>
 +mdadm --manage /dev/md126 --add /dev/sdf4
 +</code>
  
 ====== Test Email Settings ====== ====== Test Email Settings ======