On 10/27/2015 08:17 AM, Michael Munger wrote: > It's my understanding, that an array running with [UU_] is degraded and > there is a disk problem. > > I have been trying to create a RAID array using this command: > > mdadm --create --verbose /dev/md0 --level=5 --raid-devices=3 /dev/sdb1 > /dev/sdc1 /dev/sdd1 > > However, once it create it, it get this in /proc/mdstat: > > Personalities : [raid6] [raid5] [raid4] > md0 : active raid5 sdd1[3] sdc1[1] sdb1[0] > 3906764800 blocks super 1.2 level 5, 512k chunk, algorithm 2 [3/2] > [UU_] > [>....................] recovery = 0.1% (2611780/1953382400) > finish=1737.7min speed=18709K/sec > bitmap: 0/15 pages [0KB], 65536KB chunk What's to fix? Did you try waiting for the recovery to finish? Creating an array generally isn't instant -- the redundancy has to be computed over the entire array. Now, you might have speed limits that are making it slower than possible (see man md), but multiple hours on big devices is perfectly normal. Phil -- To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html