Hey guys so I had a power loss today, actually likely 2-3 in a span of half an hour if that's relevant. I usually leave my NAS alone, just login if I get a SMART error or once a month to perform updates.
So OMV is starting fine as far as I can tell, but in the Software RAID section there's nothing, the file system associated to that raid array is "missing". Drives are all visible in the Drives section.
I use 6 4tiB drives, mix of WD, Toshiba and Seagate.
Any help greatly appreciated.
cat /proc/mdstat
Personalities : [linear] [multipath] [raid0] [raid1] [raid6] [raid5] [raid4] [raid10]
unused devices: <none>
blkid
/dev/sda1: UUID="A9E2-A40E" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="8f08deeb-a2c9-476d-8807-e3033e7fd223"
/dev/sda2: UUID="5a65c3f3-36a6-470f-bff3-0b29dfbcabd2" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="5fbb5628-3caf-4472-aade-fe58ff57321b"
/dev/sdd: UUID="4211a61c-1dcb-3783-1228-0f01549d9cde" UUID_SUB="14daa08e-c7ef-72ba-8677-d6b157f65836" LABEL="Athena:0" TYPE="linux_raid_member"
/dev/sdc: UUID="4211a61c-1dcb-3783-1228-0f01549d9cde" UUID_SUB="7a276e9e-44f6-150b-8537-63f6784a6048" LABEL="Athena:0" TYPE="linux_raid_member"
/dev/sdg: UUID="4211a61c-1dcb-3783-1228-0f01549d9cde" UUID_SUB="3ce1eccd-bbed-e913-64f0-58a881049919" LABEL="Athena:0" TYPE="linux_raid_member"
/dev/sdf: UUID="4211a61c-1dcb-3783-1228-0f01549d9cde" UUID_SUB="80aadf8f-55f8-2b14-8511-0921fa05a680" LABEL="Athena:0" TYPE="linux_raid_member"
/dev/sde: UUID="4211a61c-1dcb-3783-1228-0f01549d9cde" UUID_SUB="63c9a77b-2027-84a5-057c-759b37c6c2fc" LABEL="Athena:0" TYPE="linux_raid_member"
/dev/sda3: PARTUUID="b0610092-bab0-4090-a201-51659aae791e"
/dev/sdb1: PARTUUID="7349b940-bc1f-4ff5-9965-c1d78d80b692"
fdisk -l | grep "Disk "
Disk /dev/sda: 111.79 GiB, 120034123776 bytes, 234441648 sectors
Disk model: KINGSTON SV300S3
Disk identifier: C3D7740C-FB5D-4AEF-B616-CE49BBD08854
Disk /dev/sdb: 3.64 TiB, 4000787030016 bytes, 7814037168 sectors
Disk model: WDC WD40EFRX-68N
Disk identifier: 6C8E2A46-9F5B-4FA2-8201-D8EB607F82BC
Disk /dev/sdd: 3.64 TiB, 4000787030016 bytes, 7814037168 sectors
Disk model: TOSHIBA HDWD240
Disk /dev/sdc: 3.64 TiB, 4000753476096 bytes, 7813971633 sectors
Disk model: WDC WD40EZRX-00S
Disk /dev/sdg: 3.64 TiB, 4000787030016 bytes, 7814037168 sectors
Disk model: ST4000DM004-2CV1
Disk /dev/sdf: 3.64 TiB, 4000787030016 bytes, 7814037168 sectors
Disk model: TOSHIBA MD04ACA4
Disk /dev/sde: 3.64 TiB, 4000787030016 bytes, 7814037168 sectors
Disk model: WDC WD40EFRX-68N
cat /etc/mdadm/mdadm.conf
# This file is auto-generated by openmediavault (https://www.openmediavault.org)
# WARNING: Do not edit this file, your changes will get lost.
# mdadm.conf
#
# Please refer to mdadm.conf(5) for information about this file.
#
# by default, scan all partitions (/proc/partitions) for MD superblocks.
# alternatively, specify devices to scan, using wildcards if desired.
# Note, if no DEVICE line is present, then "DEVICE partitions" is assumed.
# To avoid the auto-assembly of RAID devices a pattern that CAN'T match is
# used if no RAID devices are configured.
DEVICE partitions
# auto-create devices with Debian standard permissions
CREATE owner=root group=disk mode=0660 auto=yes
# automatically tag new arrays as belonging to the local system
HOMEHOST <system>
# definitions of existing MD arrays
ARRAY /dev/md/Athena:0 metadata=1.2 name=Athena:0 UUID=4211a61c:1dcb3783:12280f01:549d9cde
MAILADDR root
mdadm --detail --scan --verbose
Nothing after I hit enter in the terminal