UPDATED ACTUAL Exam Questions and
CORRECT Answers
What are the two commands that we can use to reduce the number of logical extents from a
logical volume? - CORRECT ANSWER - lvresize and lvreduce
Write the command to add physical volumes /dev/vdd1 and /devvdc to vg20 volume group. -
CORRECT ANSWER - vgextend vg20 /devvdc /dev/vdd1
Where is the partition table information stored by default on BIOS-based systems? - CORRECT
ANSWER - MBR
What would vdd3 represent in a virtual environment? - CORRECT ANSWER - Virtual
Disk Drive, partition 3
What are the two commands that we can use to add logical extents to a logical volume? -
CORRECT ANSWER - lvextend and lvresize
What is the maximum number of partitions that can be created on a GPT disk? - CORRECT
ANSWER - 128
Write the command to create a volume group called vg20 with physical extent size set to 64MB
and include a physical volume /dev/vdd to the volume group. - CORRECT ANSWER -
vgcreate vg20 /dev/vdd -s 64MB
Write the command to remove vg20 volume group along with any logical and physical volumes
that it contains. - CORRECT ANSWER - vgremove -f vg20
What is the default size of a physical extent in LVM? - CORRECT ANSWER - 4 MB