nerdexam
LPI

117-201 · Question #127

You decide to use the logical volume manager (LVM) to manage four 4GB disk drives. After creating the volume group, how would you create a 10GB logical volume called big-app?

The correct answer is E. lvcreate -l 2560 vg01 -n big-app. See the full explanation below for the reasoning.

Question

You decide to use the logical volume manager (LVM) to manage four 4GB disk drives. After creating the volume group, how would you create a 10GB logical volume called big-app?

Options

  • Avgcreate -p 10g -n /dev/vg01/big-app
  • Bvgcreate -l 2560 /dev/vg01/big-app
  • Cmklvm -v 10240 -n /dev/vg01/big-app
  • Dlvcreate -v 10240 /dev/vg01/big-app
  • Elvcreate -l 2560 vg01 -n big-app

How the community answered

(33 responses)
  • A
    6% (2)
  • C
    9% (3)
  • D
    3% (1)
  • E
    82% (27)

Community Discussion

No community discussion yet for this question.

Full 117-201 Practice