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
What key combination can you press to suspend a running job and place it in the background?
Why linux is so popular?
Which type of os is linux?
What is the best bsd?
which process/directory is responsible for the kernel is decompressed during boot up?
What's the difference between unix and linux?
Is linux mint free?
How many types of user accounts are available in linux os?
Can I use linux for gaming?
Which utility is used to make automate rotation of a log?
What is unity linux?
Which linux is closest to mac?
How do you kill the program using one port in linux?
Where did the linux kernel originate?
What is the maximum length for a filename under linux?