how can we implement the raid techmology on linux.
operating system



how can we implement the raid techmology on linux. operating system..

Answer / Jaipradeep

Implementing RAID (Redundant Array of Independent Disks) technology in Linux involves setting up a RAID array using software or hardware controllers. Here's how to create a RAID1 (Mirroring) array using mdadm, a popular Linux software RAID tool:
1. Install mdadm on your system.
2. Identify the hard drives you want to include in the RAID array (e.g., /dev/sda and /dev/sdb).
3. Create a metadata file for the RAID array:n `mdadm --create /dev/md0 --level=1 --raid-devices=2 /dev/sda /dev/sdb`
4. Start the RAID array:n `mdadm --assemble /dev/md0`
5. Format and mount the RAID array as a filesystem.
6. Monitor the status of your RAID array using the command `cat /proc/mdstat`

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Engineering AllOther Interview Questions

plz send me how to overhauling of freon bitzer semi receprocal comprassors with available video

1 Answers  


Person who dicided to go to weekend trip should not exceed 8 hrs driving in a day. Average speed of forward journey is 40 miles/hour . Due to traffic in sundays ,in return journey average speed is 30mph . How far he can select a picnic spot ?

4 Answers   TCS,


PLZ SOMEONE TELL ME WHICH TYPE OF QUESTIONS IS ASKED IN HLL(Hindustan latex ltd.)mangmt trainee entrance exam?

1 Answers  


what is test initiation?can anybody post the answer urgently?

0 Answers  


Explain the memory reference and register reference instructions as micor operation.

1 Answers  


what is the differences between DTD's and XML schema?

1 Answers  


c ka base kya hota hai? what is communication?

1 Answers  


Explain the concept of segmentaion.

1 Answers  


What is a decade?

2 Answers  


Please send me the ongc old question papers

0 Answers  


y the range of char is between -128 to 127 only????

1 Answers  


what the bridge id of any switches

1 Answers  


Categories
  • Civil Engineering Interview Questions Civil Engineering (5086)
  • Mechanical Engineering Interview Questions Mechanical Engineering (4453)
  • Electrical Engineering Interview Questions Electrical Engineering (16638)
  • Electronics Communications Interview Questions Electronics Communications (3918)
  • Chemical Engineering Interview Questions Chemical Engineering (1095)
  • Aeronautical Engineering Interview Questions Aeronautical Engineering (239)
  • Bio Engineering Interview Questions Bio Engineering (96)
  • Metallurgy Interview Questions Metallurgy (361)
  • Industrial Engineering Interview Questions Industrial Engineering (259)
  • Instrumentation Interview Questions Instrumentation (3014)
  • Automobile Engineering Interview Questions Automobile Engineering (332)
  • Mechatronics Engineering Interview Questions Mechatronics Engineering (97)
  • Marine Engineering Interview Questions Marine Engineering (124)
  • Power Plant Engineering Interview Questions Power Plant Engineering (172)
  • Textile Engineering Interview Questions Textile Engineering (575)
  • Production Engineering Interview Questions Production Engineering (25)
  • Satellite Systems Engineering Interview Questions Satellite Systems Engineering (106)
  • Engineering AllOther Interview Questions Engineering AllOther (1379)