nerdexam
LPI

201-450 · 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.

205 Advanced Storage Device Administration

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

(27 responses)
  • A
    15% (4)
  • B
    4% (1)
  • C
    7% (2)
  • D
    4% (1)
  • E
    70% (19)

Topics

#lvcreate#logical volume#LVM commands#lvcreate syntax

Community Discussion

No community discussion yet for this question.

Full 201-450 Practice