Can anybody tell me the step by step how to install raid-5
Answer Posted / gaurav kumar
we will create the 3 raid partitions or hard disk
#mdadm -C /dev/md0 -l 5 -n 3 /dev/sda{1,2,3}
#mdadm --detail /dev/md0 (for check the raid 5 detail)
#mkfs.ext3 /dev/md0 (for format the raid 5)
#mkdir /india (create a directory)
#mount /dev/md0 /india (to mount the raid 5 into the directory)
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Explain the two modes of nslookup?
How do you check resources usage?
Explain how you can view the text file using terminal?
Why linux is used?
How do I find my public ip address in linux?
Why linux is virus free operating system?
Which processor structure is pipelined?
How to jump to a particular line in a file using vim editor?
Does free memory exist on linux?
You need to stop your x server. When you try to kill your x server, you got an error message that you cannot quit x server. What will you do?
What are message queues in linux?
What is mutex and semaphore?
How would you create a text file without opening it?
What is gnuc?
Can you run linux on a macbook pro?