2

I would like to format a partition to lvm2 pv with gparted, but the option is grayed out.

Keith Reynolds
  • 429
  • 3
  • 8
  • 18

1 Answers1

3

In order to format a partion as lvm2 pv, gparted needs the package lvm2 to be installed.

In a terminal run

sudo apt-get install lvm2 

Then restart gparted

Mark Kirby
  • 18,529
  • 19
  • 78
  • 114
Keith Reynolds
  • 429
  • 3
  • 8
  • 18