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
How do I open a profile in linux?
What is latest linux version?
Explain the features of stateless linux server?
Is it difficult to learn linux?
Will windows use linux kernel?
Can I use linux on mac?
Why linux have no virus?
Why linux is the most secure?
How do I get to the desktop in linux terminal?
How do I determine my ip address in linux?
What linux should I use?
What is the equivalent of dll in linux?
How to find out shared file&dir of ftp?
What is the differences between scp and rsync in linux?
Can you install linux on any laptop?