nerdexam
CompTIA

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.

Storage Functionality

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)
  • A
    2% (1)
  • B
    5% (3)
  • C
    2% (1)
  • D
    91% (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.

AIs not normally visible to the operating system

A logical volume is designed to be visible and usable by the operating system, appearing as a standard block device.

BAllocates physical capacity as data is written to the volume

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.

CIs a single virtual disk to physical disk mapping

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.

DIs made up of logical disksCorrect

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

#Logical volume#Volume management#Storage virtualization

Community Discussion

No community discussion yet for this question.

Full SG0-001 Practice