Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

Is freenas linux?

984


Why we use shell scripting in linux?

1000


Which are the different modes of vi editor?

996


What does nslookup do? Explain its two modes.

905


What is the full name of linux?

888


What is a zombie process?

1024


Does the alt+ctrl+del key combination work in linux?

870


how you will block porn sites using squid proxy in linux operating system?

951


Does ios use linux?

894


Does kali linux need antivirus?

910


What is a virtual desktop?

998


Is macos better than linux?

987


How do you create a new user account?

845


Explain LILO?

994


Can I download linux for free?

815