A technician is laying out a filesystem on a new Linux server. Which of the following tools would work BEST to allow the technician to increase a partition's size in the future without reformatting it?
A. LVM
The Logical Volume Manager (LVM) is a device mapper framework that provides logical volume management for the Linux kernel. LVM allows for flexible disk management, enabling the resizing of partitions (logical volumes) on the fly without the need for unmounting or reformatting them. This capability makes it an ideal choice for systems where disk space requirements may change over time, providing administrators with the ability to increase or decrease the size of partitions as needed without disrupting services.
LVM is the best tool to allow a technician to increase a partition's size in the future without reformatting it. LVM provides flexibility in managing storage by abstracting physical storage devices into logical volumes that can be resized, extended, or shrunk without the need to reformat or repartition the file system. This makes it an ideal choice for dynamically managing storage on a Linux server.
A. LVM
LVM allows a Logical Volume to span multiple physical disks/RAID sets. If you run out of space on your current disk, just add a new disk to the system, use it to extend the volume group that needs more space, and add the necessary space to your logical volume. If you need to move your data to new disks and remove the old ones, you can use pvmove or LVM-level mirroring to migrate the data to the new disks. All this can be done while filesystems are mounted and applications are running.
With FDISK, you can extend an existing partition only if there is free space on the disk immediately after the partition. So extending any partitions other than the last one on the disk will require moving partitions around, which cannot be done while the partition is mounted.
This section is not available anymore. Please use the main Exam Page.SK0-005 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
surfuganda
8 months agoAzadOB
9 months agoH_A_79
1 year, 2 months agozoro99
1 year, 3 months agoIsaiah44
1 year, 3 months agocomptiaboy
1 year, 6 months ago