PrepAway - Latest Free Exam Questions & Answers

Create a RAID Device /dev/md0 by creating equal two disks from available free space on your harddisk and mount

CORRECT TEXT
Create a RAID Device /dev/md0 by creating equal two disks from available free space on your
harddisk and mount it on /data.

PrepAway - Latest Free Exam Questions & Answers

Answer:

Explanation:
Redhat Enterprise Linux 5 Supports the RAID LEVEL 0, RAID LEVEL 1, RAID LEVEL 5 and RAID
LEVEL 6 at installation time. You can create it at installation time later no need to type lots of
commands for RAID.
At Installation Time:
ii. Create the partitions using diskdruid.
iii. Create the Partitions having File system Type Software RAID.
iv. Click on RAID button
v. Type the Mount Point
vi. Select File system type
vii. Select RAID Level
viii. Select Partitions/disks as a member of RAID.
viii. Click on ok
After Installation: We can create the RAID Device after Installation on command-line.
11. Create the Two partitions having equal size. (Specify the Size using Cylinder, find the
remaining cylinder and divide by 2).
12. Change the Partition ID to fd (Linux raid Autodetect) by typing t.
13. Type w à To write on partitions table.
14. Use partprobe command to synchronic the partition table.
15. Use: mdadm –create /dev/md0 –level=1 –raid-devices=2 /dev/hda? /dev/hda?
16. Verify the RAID: mdadm –detail /dev/md0
17. mkfs -t ext3 /dev/md0
18. mount /dev/md0 /data
19. vi /etc/fstab
/dev/md0 /data ext3 defaults 0 0
20. Verify mounting devices using mount command.


Leave a Reply