<div>Hi , currently i have 2 raid devices /dev/md0 and /dev/md1 , i have added 2 new disks, fdisked , created 2 primary partitions with type fd (linux raid autodetect)</div>
<div>Now i want to create raid from them</div>
<div> </div>
<div><a href="mailto:root@vmhost1">root@vmhost1</a> ~]# mdadm --create --verbose /dev/md2 --level=1 /dev/sdc1 /dev/sdd1<br>mdadm: error opening /dev/md2: No such file or directory</div>
<div> </div>
<div>will return that error, what shouldi do?<br><br>Thanks!</div>