Can anybody tell me the step by step how to install raid-5
Answer Posted / balu
mdadm -C /dev/md0 -n3 /dev/hda(10,11,12) -l5
mdadm -D /dev/md0 --To display information
mkfs.ext3 /dev/md0 --Format it
mkdir /tgs --make dir
mount /dev/mdo /tgs -- mount dir
mdadm -r /dev/md0 /dev/hda13 --remove faulty device frm raid
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How can you terminate vi session?
Why we use LINUX?
How do you access partitions under linux?
What is stack?
How do I find my port number linux?
What is cli in linux?
What is semaphore and types?
How do you check the status of all the services?
What does ps do?
How do I run an rpm in linux?
How to exit from vi editors?
Is the address bus unidirectional?
What are the kinds of permissions under linux?
What is flag?
What is timestamp of a file in linux?