Gekkegast
May 13th, 2015, 10:39 AM
Hi Guys,
I'm trying to set up Raid5 using Software Raid (mdadm) on Ubuntu 14.04 Desktop. When I try to create the array using mdadm I get the following message:
mdadm: RUN_ARRAY failed: invalid argument.
I created the array using the following command:
mdadm --create --verbose /dev/md0 --level=raid5 --raid-devices=3 /dev/sdb1 /dev/sdc1 /dev/sdd1
Is Raid5 by default supported on ubuntu desktop?
Greetings
I'm trying to set up Raid5 using Software Raid (mdadm) on Ubuntu 14.04 Desktop. When I try to create the array using mdadm I get the following message:
mdadm: RUN_ARRAY failed: invalid argument.
I created the array using the following command:
mdadm --create --verbose /dev/md0 --level=raid5 --raid-devices=3 /dev/sdb1 /dev/sdc1 /dev/sdd1
Is Raid5 by default supported on ubuntu desktop?
Greetings