To whom may be able to help,
I've never configured RAID in Linux, and I'm not as experienced as some of you are. I'm trying to Configure Software Raid using Red Had Linux. Here is the original command that I was trying, using an exam guide book:
mdm --create /dev/md1 -level=1 --raid-devices=2 /dev/sdb1 /dev/sdc1
Initially, I got an error message that stated that mdm isn't a recognized command. I experimented, and I found out that I can use mdadm, but the error that I'm getting is:
mdadm: invalid raid level: evel=1
Any help with this will be greatly appreciated, regards.