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


Please Help Members By Posting Answers For Below Questions

Which field is used to define the user’s default shell?

443


What is glibc linux?

485


What is the difference between lock and semaphore?

454


Is it difficult to learn linux?

450


Can you watch netflix on linux mint?

510






What is the role of kudzu?

478


Is linux free to use?

445


How does linux make money?

463


What is the virtual desktop in linux?

465


How kill stopped job in linux?

445


What are the main difference between nfs and samba servers?

431


What is console linux?

453


How do I see what services are running in linux?

460


How many types of shells are there in linux?

412


How does a spinlock work?

487