Can anybody tell me the step by step how to install raid-5
Answer Posted / saurabh makkar
Hi for creating Raid5, first u need to create a 3
Partitions. Because 3 partitions is required for
implementing Raid5.
Step1:- Creating partions, so the command is
#fdisk /dev/hda or #fdisk /dev/sda
where hda = If HDD is IDE, sda = If HDD is SATA.
with the help of above command we create 3 partitions.
Step2:- To add above 3 partitions for activate RAID5
#mdadm -C /dev/md0 -n 3 -l 5 /dev/sda{10,11,12}
or
#mdadm -C /dev/md0 -n 3 -l 5 /dev/hda{10,11,12}
Where C= for Create
10,11,12 = Partition ID
Step3:- Format the raid or Multiple Devices
#mkfs.ext3 /dev/md0
Step4:- After formatting craete a Directory where you want
mount to above Multiple partitions
#mkdir /storage
#mount /dev/md0 /storage
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
How do I stop a process in linux terminal?
What is an a record, an ns record, a ptr record, a cname record, an mx record?
Does apple use linux?
what is linux operating system virus free?
What do you understand by root account?
What are the file permissions in linux?
if login in the suse linux the yast application only appearing on the scren. If we closing the screen it comes to log out. What is the procedure to customize the desktop?
Can linux get viruses?
Users come to you and they will be saying mail server is very slow, what are the necessary steps you will take to resolve this issue in Linux?
What are the 5 basic components of linux?
Differentiate between bash and dos?
What is the equivalent of dll in linux?
What is lilo how is it useful in linux?
Is bsd a posix?
Does netflix work on linux?