Question: Create a software RAID level 5 device using three of the hard drives ( no hot spare ) . Use the command: fdisk to create

Create a software RAID level 5 device using three of the hard drives (no hot spare).
Use the command: fdisk to create primary partitions on two of the remaining hard drives, and then set the type to Linux LVM (8e).
Check the current LVM configuration (if any) using the lvdisplay or lvs commands.
Note: Your Linux image may not currently use LVM.
Create a new volume group using the command: vgcreate and add one of the initialized disks above to the volume group.
Record the VG information, because you will need to know the PV size in extents later in the lab.
Create a logical volume that is slightly less than half the size of your volume group using the command: lvcreate.
Note: The L option requires you to set the size in megabytes (M), gigabytes (G), etc. Use a value of approximately 400M using the command: lvcreate L size > M-n df
 Create a software RAID level 5 device using three of the

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!