This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
it_tips:swraidqr [2020/06/22 16:59] florido |
it_tips:swraidqr [2020/06/22 21:16] (current) florido [References] |
||
|---|---|---|---|
| Line 19: | Line 19: | ||
| grep for State | grep for State | ||
| + | ===== create mdadm.conf ===== | ||
| + | <code:bash>mdadm --detail --scan --verbose >> /etc/mdadm.conf</code> | ||
| + | This also shows devices UUID | ||
| + | ===== SELinux RAID fix ===== | ||
| + | <code:bash>restorecon -R /mnt/raid1</code> | ||
| + | |||
| + | where ''/mnt/raid1'' is the mount path of the RAID | ||
| + | |||
| + | |||
| + | ===== References ===== | ||
| + | |||
| + | Build: | ||
| + | https://www.tecmint.com/create-raid1-in-linux/ | ||
| + | |||
| + | Repair: | ||
| + | https://www.tecmint.com/recover-data-and-rebuild-failed-software-raid/ | ||
| + | |||
| + | Reenable a disabled array: | ||
| + | http://fibrevillage.com/storage/676-how-to-fix-linux-mdadm-inactive-array | ||
| + | |||
| + | Rescue mbr/UEFI: | ||
| + | https://www.thegeekdiary.com/centos-rhel-7-how-to-reinstall-grub2-from-rescue-mode/ | ||