J. Rafael Sánchez wrote: > Hoping I can obtain some aid in this matter. It appears that mkraid > does not > exist in FC3. I have upgraded a system which had a raid 0 set up. Now, > what's available is mdraid; has anyone used it? I've looked for > documentation about it, but there's not a whole lot. Maybe I'm looking in > the wrong place.
Use 'mdadmin' instead. My example is: mdadm --create /dev/md0 -v -c 64 -l raid0 --raid-devices=2 /dev/sdb1 /dev/sdc1 mdadm --create /dev/md1 -v -c 64 -l raid0 --raid-devices=2 /dev/sdb2 /dev/sdc2 Hope it's helpful Eric _______________________________________________ clug-talk mailing list [email protected] http://clug.ca/mailman/listinfo/clug-talk_clug.ca Mailing List Guidelines (http://clug.ca/ml_guidelines.php) **Please remove these lines when replying

