Red HatThis forum is for the discussion of Red Hat Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I have installed redhat 5 in one hdd. Now i want to mirror ( raid 1 ) running hdd with new another hdd. what is the command to do mirroring. when i had tried to do the same thing, the error occured that can not open /dev/hdc: Device or Resource busy, mdadm : create aborted.
hdc is linux installed hdd. below command used.
mdadm -C /dev/md0 --level=1 --raid-devices=2 /dev/hdc /dev/hdd
Pls help me to solve the problem.
I am not aware of a way to create RAID arrays after one drive already has data. The normal procedure is to create the RAID, and then install SW, write, data, etc.
I can only GUESS that the error means you are running from the drive that you are trying to incorporate in the the RAID.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.