Hi,
So I have just created my very first raid using md plugin.
when I go to Storage > file system > Create and mount file system
System msg then creates the mount. I have 0 erros. but when I want to confirm configuration change I get this error
this is how it looks from CLI
Code
cat /proc/mdstat
Personalities : [raid0] [raid1] [raid6] [raid5] [raid4] [raid10]
md0 : active raid5 sdb[1] sda[0] sdd[3] sdc[2]
6000798720 blocks super 1.2 level 5, 512k chunk, algorithm 2 [4/4] [UUUU]
bitmap: 0/4 pages [0KB], 65536KB chunk
Code
lsblk -o NAME,SIZE,FSTYPE,MOUNTPOINT,UUID
NAME SIZE FSTYPE MOUNTPOINT UUID
sda 1.9T linux_raid_member cc32ecc6-850d-8b27-83a0-f148f4dc0257
└─md0 5.6T ext4 /srv/md0 376f5756-5211-460f-9111-56ad9b6d2142
sdb 1.9T linux_raid_member cc32ecc6-850d-8b27-83a0-f148f4dc0257
└─md0 5.6T ext4 /srv/md0 376f5756-5211-460f-9111-56ad9b6d2142
sdc 1.9T linux_raid_member cc32ecc6-850d-8b27-83a0-f148f4dc0257
└─md0 5.6T ext4 /srv/md0 376f5756-5211-460f-9111-56ad9b6d2142
sdd 1.9T linux_raid_member cc32ecc6-850d-8b27-83a0-f148f4dc0257
└─md0 5.6T ext4 /srv/md0 376f5756-5211-460f-9111-56ad9b6d2142
nvme0n1 465.8G
├─nvme0n1p1 512M vfat /boot/firmware EC36-4DE1
└─nvme0n1p2 465.3G ext4 / d4cc7d63-da78-48ad-9bdd-64ffbba449a8
Display More
how it looks from the GUI
My NAS is built on SBC Rpi5 8GB.
I tried to unmount the raid, remove the filesystem and try once again, but got same result.
I would appreciate any hint.
thank you