Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

11
  • 1
    You are trying to create a 76G logical volume in a volume group that is about 2G in size. That isn't going to fit. Look at 'VG Size' and also 'Free PE / Size'. You need to make the Volume Group a lot bigger. Commented Dec 19, 2018 at 12:47
  • Your volume group only has <2.00GiB available to it. You need to increase the space available in your volume group by adding more physical volumes. Commented Dec 19, 2018 at 12:47
  • What does pvdisplay output? Commented Dec 19, 2018 at 12:48
  • @TorinCarey I now edited the question to have pvdisplay's output Commented Dec 19, 2018 at 12:53
  • Does running pvresize /dev/sda3 change the PV Size attribute in pvdisplay? Commented Dec 19, 2018 at 12:56