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
Why is linux better than windows?
How do I find the ip address of a mac address in linux?
Do we need antivirus for linux?
What is the best antivirus for linux?
When you create a new partition, you need to designate its size by defining the starting and ending?
What is set in linux?
How do you share a program across different virtual desktops under linux?
Which linux is best for beginners?
How do we give a shadow password?
Is Linux Operating system virus free?
What is CLI?
How can you append one file to another in linux?
What is linux drm?
How to switch to a previously used directory?
Where are semaphores used?