Multiple choice technology operating systems

Which step is required before adding a new disk to a volume group?

  1. create a physical volume

  2. extend the logical volume

  3. create a filesystem

  4. extend the filesystem

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Before adding a disk to a volume group in LVM, you must first initialize it as a physical volume using pvcreate. This writes LVM metadata to the disk so LVM can recognize and manage it. Only after this can the disk be added to a volume group with vgextend.