Re: raid issues after power failure

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



# mdadm --stop /dev/md0
# mdadm -A /dev/md0

will result in the array started with 3 drives out of 4 again. what am I
doing wrong?


Akos

AFAIK, mdadm -A <raid device> will use /etc/mdadm.conf to know what
underlying partitions you mean with your /dev/md0.

So, try

# mdadm --stop /dev/md0
# mdadm -A /dev/md0 /dev/sd[abcd]1

And then have a look on your /etc/mdadm.conf, especially the line starting by
ARRAY /dev/md0 ...

Regards,
-
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux RAID Wiki]     [ATA RAID]     [Linux SCSI Target Infrastructure]     [Linux Block]     [Linux IDE]     [Linux SCSI]     [Linux Hams]     [Device Mapper]     [Device Mapper Cryptographics]     [Kernel]     [Linux Admin]     [Linux Net]     [GFS]     [RPM]     [git]     [Yosemite Forum]


  Powered by Linux