Hi
I need some help for rebuilding my RAID1.
I ran OMV since many years, since a couple of weeks one HDD is unhealthy (S.M.A.R.T. values). So I bought an replacement disk.
Two days ago I had a very high CPU usage and many warnings according that. So I did a reboot of OMV without any investigations. After the reboot the RAID was disappeared.
What can I do to get the RAID back or rebuild it directly with my replacement disk?
Code
root@centaurus:~# cat /proc/mdstat
Personalities : [linear] [multipath] [raid0] [raid1] [raid6] [raid5] [raid4] [raid10]
md127 : inactive sdc[1](S)
3906887512 blocks super 1.2
unused devices: <none>
Code
root@centaurus:~# mdadm --detail /dev/md127
/dev/md127:
Version : 1.2
Raid Level : raid0
Total Devices : 1
Persistence : Superblock is persistent
State : inactive
Working Devices : 1
Name : magellan:DatenNAS
UUID : c0a1e9a7:7c39191e:32221cfb:cd271d52
Events : 114830
Number Major Minor RaidDevice
- 8 32 - /dev/sdc
Display More
That output is weird. I'm very sure, that my RAID was RAID1 with two devices.
Code
root@centaurus:~# blkid
/dev/sdc: UUID="c0a1e9a7-7c39-191e-3222-1cfbcd271d52" UUID_SUB="1111d18a-71a4-f9b8-3c83-29b9734bcd56" LABEL="magellan:DatenNAS" TYPE="linux_raid_member"
/dev/sdb1: UUID="7AA4-2D1C" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="d8798485-2f81-4c7b-9c72-f8430423b800"
/dev/sdb2: UUID="4cc12b30-85e1-459e-8c29-9d5fcaa471bc" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="454b6af2-bd1a-4570-81b1-1ae0f4fb8e98"
/dev/sdb3: UUID="7dffdff3-c63a-48c7-b635-0b1adbd8d8ca" TYPE="swap" PARTUUID="90b31067-837b-432c-9300-d3dfc84c2b43"
I don't know why blkid doesn't schow /dev/sda. In the WebUI it is there:
Code
root@centaurus:~# fdisk -l | grep "Disk "
Disk /dev/sdc: 3.64 TiB, 4000787030016 bytes, 7814037168 sectors
Disk model: WDC WD40EFRX-68N
Disk /dev/sda: 3.64 TiB, 4000787030016 bytes, 7814037168 sectors
Disk model: WDC WD40EFRX-68N
Disk /dev/sdb: 232.89 GiB, 250059350016 bytes, 488397168 sectors
Disk model: Samsung SSD 870
Disk identifier: 0A7E0373-9E5E-40D3-8230-F064D704264F
/dev/sda has some S.M.A.R.T. errors.