Can anybody tell me the step by step how to install raid-5
Answer Posted / venkat
Hi first u create the partations to create raid
use fdisk comand
then go to comand mode
type madam /dev/md0 -y yes -l 5 -n 2 /dev/{hda1,2}
| Is This Answer Correct ? | 14 Yes | 5 No |
Post New Answer View All Answers
How does linux shell work?
Do hackers use python?
Is linux still used?
How do I get to a command prompt in linux?
What is the role of kudzu?
Is linux really free?
Can games run on linux?
Why is mutex needed?
Does linux have a registry?
How was linux developed?
What is typical size for a swap partition under a linux system?
What does wget do in linux?
What are the most common linux unix gui interfaces?
How to stop a process running in linux?
Write a bash script to delete all the files in the current directory that contains the word “linux”.