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 is kali linux used for?
Is binary semaphore same as mutex?
What would you use to view contents of a large error log file?
Can you watch netflix on linux mint?
have you done any big projects in linux? If so, explain them in brief.
Which is the most stable linux distro?
Explain /proc file system?
What can you do with arch linux?
Is linux still relevant?
You have a file called docs.z but do not know what it is. What is the easiest way to look at the contents of the file?
Which are the different modes of vi editor?
What is ctrl c in linux?
What is linux boot partition?
What are the file permissions in linux?
How to enable curl on ubuntu lamp stack?