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