Hello,
This topic may not be in the right sub-forum, I am new to forums, but yesterday I decided to power down the OMV NAS and ran into problems with the RAID. After I turned the NAS on, the RAID 1 Array which was created through the OMV GUI disappeared. Luckily, I have a backup from about a week ago. I was wondering if the software RAID 1 behavior always acts this way? I am currently recreating the array, but I believe the Issue will arise the next time I reboot. I read some other posts but there is no clear answer as to why this happens. I am running OMV off USB Flash Drive with fs2ram enabled with changes made to fstab. I am also using 2X2TB Hard Drives for Raid 1.
Above is the output of cat /proc/mdstat if it helps
blkid
/dev/sdc1: UUID="7da352e3-1578-4917-9069-2627852d9716" TYPE="ext4"
/dev/sdc5: UUID="336fba35-418a-4060-81bd-e0b23a83d3ce" TYPE="swap"
/dev/sda: UUID="f7a4bf34-c8e9-7bc6-7e84-388f2169fa7b" UUID_SUB="6a765ce1-0ddc-4f77-276c-cdec47439ee5" LABEL="OpenMediaVault:WDRaid1" TYPE="linux_raid_member"
/dev/sdb: UUID="f7a4bf34-c8e9-7bc6-7e84-388f2169fa7b" UUID_SUB="bf058d2b-da9e-4719-99e1-5819ff1a48ca" LABEL="OpenMediaVault:WDRaid1" TYPE="linux_raid_member"
/dev/md0: LABEL="WDRaid1" UUID="52e47c5e-01d3-4fca-ba05-dcbafc611780" TYPE="ext4"
Above is the output of blkid
fdisk -l
WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
Disk /dev/sda: 2000.4 GB, 2000398934016 bytes
256 heads, 63 sectors/track, 242251 cylinders, total 3907029168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sda1 1 3907029167 1953514583+ ee GPT
WARNING: GPT (GUID Partition Table) detected on '/dev/sdb'! The util fdisk doesn't support GPT. Use GNU Parted.
Disk /dev/sdb: 2000.4 GB, 2000398934016 bytes
256 heads, 63 sectors/track, 242251 cylinders, total 3907029168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sdb1 1 3907029167 1953514583+ ee GPT
Disk /dev/sdc: 15.5 GB, 15522070528 bytes
255 heads, 63 sectors/track, 1887 cylinders, total 30316544 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000968db
Device Boot Start End Blocks Id System
/dev/sdc1 * 2048 28983295 14490624 83 Linux
/dev/sdc2 28985342 30314495 664577 5 Extended
/dev/sdc5 28985344 30314495 664576 82 Linux swap / Solaris
Disk /dev/md0: 2000.3 GB, 2000264560640 bytes
2 heads, 4 sectors/track, 488345840 cylinders, total 3906766720 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Disk /dev/md0 doesn't contain a valid partition table
Display More
Above is the output of fdisk -l
Here is a link to another similar forum.
Any help would be appreciated.