LPIC-2 Exam 201 (Linux Engineer) — Question 35
What action should be performed after increasing the size of a logical volume?
Answer options
- A. Run vgresize
- B. Increase the size of the filesystem used for the logical volume
- C. Run 1vresize
- D. Remount the logical volume
Correct answer: B
Explanation
The correct answer is B because after increasing the size of a logical volume, the corresponding filesystem must also be resized to utilize the new space. Options A and C are incorrect as they refer to commands that do not apply to the filesystem resizing process. Option D is not necessary since remounting does not increase the filesystem size.