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*

2
  • not sure if this is useful, but in another howto, I read to run ` sudo partprobe /dev/sdb (inform kernel of partition change) sudo pvresize /dev/sdb1 (to extend the physical volume) sudo lvextend -L +1G /dev/mapper/nameyoufindindf (to extend the logical volume) ` afterwards you can resize the filesystem with "sudo xfs_growfs /" (where / is the mounting point) Commented Aug 28 at 15:27
  • the "+1GB" kan also be any size you want. Do not worry to exaggerate, if you enter a number that is too high, you get an error message: "Insufficient free space" Commented Aug 28 at 15:28