SG0-001 · Question #118
A logical volume:
The correct answer is D. Is made up of logical disks. A logical volume is an abstraction of physical storage that appears as a single disk to the operating system, created from logical units (extents) aggregated from a volume group.
Question
A logical volume:
Options
- AIs not normally visible to the operating system
- BAllocates physical capacity as data is written to the volume
- CIs a single virtual disk to physical disk mapping
- DIs made up of logical disks
How the community answered
(56 responses)- A2% (1)
- B5% (3)
- C2% (1)
- D91% (51)
Why each option
A logical volume is an abstraction of physical storage that appears as a single disk to the operating system, created from logical units (extents) aggregated from a volume group.
A logical volume is designed to be visible and usable by the operating system, appearing as a standard block device.
Allocating physical capacity as data is written (thin provisioning) is a feature that *can* be used with logical volumes, but it is not a defining characteristic of all logical volumes.
A logical volume can span multiple physical disks or partitions (Physical Volumes) and is not limited to a single virtual disk to physical disk mapping.
In a Logical Volume Management (LVM) system, a logical volume (LV) is constructed from logical extents allocated from a volume group, which are abstract units representing portions of physical storage. These logical extents collectively form the 'logical disk' presented by the LV to the operating system.
Concept tested: Logical Volume Management (LVM) components
Source: https://man7.org/linux/man-pages/man7/lvm.7.html
Topics
Community Discussion
No community discussion yet for this question.