On Fri, 24 Mar 2023, Ted Mittelstaedt wrote:
Does
Mdadm -Q /dev/data2 or mdadm -Q /dev/sdX (whatever th actual disk is) show
the disk is part of an array?
Ted,
No. There are four WD RED 2T drives in there: /dev/sdc, /dev/sdd, /dev/sde,
and /dev/sdf. The LV is the latter two.
cat /proc/mdstat does that show the array is reassembling?
# ls /proc/mdstat
Personalities : [linear] [raid0] [raid1] [raid10] [raid6] [raid5] [raid4] [multipath]
unused devices: <none>
Take a look at the commands here:
https://www.digitalocean.com/community/tutorials/how-to-manage-raid-arrays-with-mdadm-on-ubuntu-22-04
mdadm does nothing because there is no /dev/md0
I've never used a probox but it appears to have no intelligence and merely
acts as a USB drive enclosure for multiple disks, so I'm assuming your
disks show up as individual USB disks????
That's true. It's not a NAS, but a four-bay external USB enclosure.
Thanks,
Rich